Upgrade to the latest version.

This commit is contained in:
2026-01-04 21:30:53 +01:00
parent e4d67b962a
commit 733097a002
33 changed files with 6239 additions and 9055 deletions

View File

@@ -1,20 +1,23 @@
{
"background": {
"scripts": ["sites.js", "bpc_count_daily_users.js", "background.js"]
"service_worker": "background.js"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"browser_action": {
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"default_popup": "options/popup.html"
},
"description": "Bypass Paywalls of news sites",
"homepage_url": "https://twitter.com/Magnolia1234B",
"homepage_url": "https://github.com/bpc-clone/bypass-paywalls-chrome-clean",
"icons": {
"128": "bypass.png"
},
"manifest_version": 2,
"manifest_version": 3,
"minimum_chrome_version": "109",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvLxf4oOeSoz8qKVzKGQWW5zW44hWCoOoQRGXTrObUpyoGfGzhFO8aZHQmBcLrAZMA4O6EA7GaXnHkOPCLKM11seZ4J2azb1gSswApfAlaoeOLnhDnp/Jpzz7Bt6o4HL+nhKRJUOZ9z+GXAyOkOps5O38TwJN5R6z8tLkleRgfYscp19YU/vq1x9PrbXIHJTRB7qtb/iJmiKATKisXGmFY3Nbs5m379TGqcJFBM9bI+8bSJtS4e7t0LHOwSLDq3IVRaWVsFd9P19WEDNTxuzr9+rczOrw1vgmiisNOcElse8cyVIoq4bjepvfHM/9nzDgKwQsNG5OTzujwHu2UUN4cwIDAQAB",
"name": "Bypass Paywalls Clean",
"update_url": "https://bitbucket.org/bpc-updates/bpc_updates/downloads//updates.xml",
"update_url": "https://gitflic.ru/project/magnolia1234/bpc_updates/blob/raw?file=updates.xml",
"short_name": "Bypass Paywall",
"options_ui": {
"open_in_tab": true,
@@ -25,9 +28,12 @@
"cookies",
"storage",
"activeTab",
"webRequest",
"webRequestBlocking",
"declarativeNetRequestWithHostAccess",
"scripting",
"offscreen"
],
"host_permissions": [
"*://*/*"
],
"version": "3.6.4.5"
"version": "4.2.8.2"
}

File diff suppressed because it is too large Load Diff