0
0
mirror of https://codeberg.org/crimeflare/cloudflare-tor synced 2025-06-15 19:15:17 +00:00

Upload files to 'addons/isattlinkCR'

This commit is contained in:
letssync
2020-07-31 01:11:37 +02:00
parent df01e6c36c
commit 8ac22cd5ac
4 changed files with 1247 additions and 0 deletions

View File

@ -0,0 +1,37 @@
{
"manifest_version": 2,
"name": "Ĉu ĉi tiuj ligoj blokos Tor-uzanton?",
"version": "1.0.2.2",
"minimum_chrome_version": "68",
"homepage_url": "https://ss.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/",
"author": "Ss",
"incognito": "split",
"permissions": [
"storage",
"unlimitedStorage"
],
"icons": {
"72": "icons/72.png"
},
"background": {
"scripts": [
"bg.js"
]
},
"options_ui": {
"chrome_style": false,
"page": "cfg.html"
},
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
}
]
}