SmartAdblock

Removes ads popups trackers and cookie/privacy warnings

什麼是SmartAdblock?

SmartAdblock是由https://www.smartadblock.co.uk開發的Chrome擴展程式,該擴展的主要功能是“Removes ads popups trackers and cookie/privacy warnings”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載SmartAdblock擴展crx文件

下載SmartAdblock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        100% Pure Content.

1.1.8 working on youtube as of Dec  2021.
We have created the smartest adblocker and coupled it with the strongest possible popup blocker.
SmartAdBlock is the only tool you need to browse a clean ad free internet, even on the most hostile websites.
Blocks cookie/privacy/GDPR warnings and blocks trackers for a smooth web browsing experience.
Browse putlocker 123movies solarmovie fullmatchesandshows azmovies or any other streaming website without ads or popups.
Beats adblock detectors on Webmd IGN CNET Eurogamer Techradar etc..

★Privacy rules★ We never collect/store any user data
★Open Source★ https://github.com/smartadblock

For an optimal experience use only one adblocker to avoid any interference.

If you like this product please visit https://www.smartadblock.co.uk to support us.                    

擴展基本資訊

名稱 SmartAdblock SmartAdblock
ID fofomggefchbeiemhdhacdojbefmkhfb
官方網址 https://chromewebstore.google.com/detail/smartadblock/fofomggefchbeiemhdhacdojbefmkhfb
簡介 Removes ads popups trackers and cookie/privacy warnings
檔案大小 326 KB
安裝次數 5,875
目前版本 1.1.8
更新時間 2021-12-09
上架時間 2020-02-06
評分 4.04/5 共 27 次評分
開發者 https://www.smartadblock.co.uk
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.smartadblock.co.uk/
說明頁面URL https://www.smartadblock.co.uk/
隱私政策頁面URL https://www.smartadblock.co.uk/privacy.php
支援的語言 de,en,en-GB,en-US,fr,nl,no,tr,da,et,es,es-419,it,pt-BR,pt-PT,fi,sv,cs,el,ru,ko
manifest.json
{
    "author": "SmartAdblock",
    "permissions": [
        "activeTab",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "",
        "contextMenus",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "storage.js",
            "background-script.js",
            "sample.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/sbgry19.png",
            "38": "icons\/sbgry38.png"
        },
        "default_popup": "popup\/sab.html"
    },
    "content_scripts": [
        {
            "js": [
                "popup\/jquery.js",
                "content-script.js"
            ],
            "css": [
                "notif.css"
            ],
            "all_frames": true,
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionName__",
    "homepage_url": "https:\/\/www.smartadblock.co.uk",
    "icons": {
        "16": "icons\/sab16.png",
        "32": "icons\/sab32.png",
        "48": "icons\/sbg48.png",
        "72": "icons\/sbg72.png",
        "128": "icons\/sabn128.png"
    },
    "web_accessible_resources": [
        "popup\/suffix.txt,prefilter.txt"
    ],
    "options_page": "options.html",
    "manifest_version": 2,
    "name": "SmartAdblock",
    "short_name": "SmartAdblock",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.8"
}