📝 Installed bypass-paywalls
This commit is contained in:
parent
9fa7af7382
commit
f663b6b141
24 changed files with 2551 additions and 0 deletions
38
bypass-paywalls-chrome-master/manifest.json
Normal file
38
bypass-paywalls-chrome-master/manifest.json
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"background": {
|
||||
"scripts": [
|
||||
"src/js/common.js",
|
||||
"src/js/sites.js",
|
||||
"src/js/background.js"
|
||||
]
|
||||
},
|
||||
"content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
|
||||
"browser_action": {
|
||||
"default_popup": "src/html/popup.html",
|
||||
"default_icon": {
|
||||
"128": "src/icons/bypass.png"
|
||||
}
|
||||
},
|
||||
"description": "Bypass News Sites' Paywalls",
|
||||
"homepage_url": "https://github.com/iamadamdev/bypass-paywalls-chrome/blob/master/README.md",
|
||||
"icons": {
|
||||
"128": "src/icons/bypass.png"
|
||||
},
|
||||
"manifest_version": 2,
|
||||
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3PRmcRnHFZwHUlCgoTAdBjc9nUjmJo8l8kvkl/OZV6biZFAGUQGdxF1xoGhRccWA7qfQrZdPwcM1VQoVS/1F+87XiutKTe/HNsTAFvOcVS0tjCSH6DOHpewkMUBZujwTIeo7UXUVmCPQ1UbVd6m8KmHYtSHYlaX0uXRcguWhLmO5hASxw4onvAD0uql/t/ntxsIATwn4hVApg0VZhy0QAbMany8/5ByKPa19mCQwsIdRkcpG+PNHTLWPDgeGoDL7S0DxIduraRhTlrDX/zy5ETu6NWq6r+/jRzmXAjx+vSDCU5Ps2YG8QwdCL4Zl+CNVdQrnqz4X1zfPFJ1FFmUSpwIDAQAB",
|
||||
"name": "Bypass Paywalls",
|
||||
"update_url": "https://raw.githubusercontent.com/iamadamdev/bypass-paywalls-chrome/master/src/updates/updates.xml",
|
||||
"short_name": "Bypass Paywall",
|
||||
"options_ui": {
|
||||
"chrome_style": false,
|
||||
"page": "src/html/options.html"
|
||||
},
|
||||
"permissions": [
|
||||
"cookies",
|
||||
"storage",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "1.8.1"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue