SmartAdblock

Removes ads popups trackers and cookie/privacy warnings

SmartAdblock क्या है?

SmartAdblock https://www.smartadblock.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes ads popups trackers and cookie/privacy warnings"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartAdblock एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}