Adblock for Internet
Removes ads from Internet.
什麼是Adblock for Internet?
Adblock for Internet是由http://installadblock.com開發的Chrome擴展程式,該擴展的主要功能是“Removes ads from Internet.”。
擴展截圖
下載Adblock for Internet擴展crx文件
下載Adblock for Internet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Remove ads from websites and YouTube with low CPU and RAM consumption.
擴展基本資訊
名稱 | |
ID | eapnbgjpefaicphghglacdclgpdmkona |
官方網址 | https://chrome.google.com/webstore/detail/adblock-for-internet/eapnbgjpefaicphghglacdclgpdmkona |
簡介 | Removes ads from Internet. |
檔案大小 | 354 KB |
安裝次數 | 23,803 |
目前版本 | 1.1.0.3 |
更新時間 | 2022-07-27 |
上架時間 | 2022-05-13 |
評分 | 4.18/5 共 94 次評分 |
開發者 | http://installadblock.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.installadblock.com/privacy-policy.html |
支援的語言 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1.0.3", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "background": { "service_worker": "scripts\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/contentscript.js" ], "all_frames": true, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "scripts\/blocklist.json" } ] }, "action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Adblock for Internet", "default_popup": "pages\/popup.html" }, "permissions": [ "storage", "unlimitedStorage", "cookies", "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*\/*" ] } |