Ads Blocker

Ads Blocker - blocks all annoying ads, malware and tracking.

Co je Ads Blocker?

Ads Blocker je rozšíření Chrome vyvinuté https://adsblocker.top, a jeho hlavní funkcí je „Ads Blocker - blocks all annoying ads, malware and tracking.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ads Blocker

Stáhněte si soubory rozšíření Ads Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ★ AdsBlocker is the best ad blocker for Google Chrome, Microsoft Edge, Yandex Browser and other Chromium-based browsers.

● Blocks absolutely all ads on websites
● Blocks video ads on YouTube, RuTube and Twitch
● Removes all sponsored posts on Facebook
● Removes all advertising posts VKontakte
● Protects against malicious and phishing sites
● Blocks counters and analytics systems
● Improves page load times
● Blocks cryptocurrency miners
● Protects your personal data by blocking all known web tracking systems


★ Why is AdsBlocker better than AdBlock, Adblock Plus, AdGuard and uBlock?

● Does not ask for personal information to run and does not monitor your online activities
● Blocks all ads before they reach your computer
● Does not use your computer's resources
● Consumes less memory compared to other blockers
● Absolutely free
● Does not require additional settings
● 24/7 technical support


★ Too many ads in Chrome?

● AdsBlocker is a handy ad blocker that blocks video ads and social media sponsored posts
● Blocks ads, pop-ups and malware
● Protects your browser from malware and prevents advertisers from viewing your search history and personal information
● Blocks all animated ads


★ Tired of the fact that search engines give out a bunch of advertising links?

● Removes all sponsored links in all search engines including Google, Bing, Yahoo and others
● Completely removes all ad units from search results


★ Can't use social media properly because of ads?

● Removes all sponsored posts and ads in Facebook videos
● Hides all ads on vk.com, including video and audio ads
● Blocks ads on the ok.ru social network


★ Tired of popup windows?
● Blocks all malicious sites
● Blocks all pop ups and annoying banners
● Blocks ads on adult sites

★ Extension also available for Mozilla Firefox browser                    

Základní Informace o Rozšíření

Název Ads Blocker Ads Blocker
ID ngahaphlngmdfhbhkplbglnfhehnpgdb
Oficiální URL https://chromewebstore.google.com/detail/ads-blocker/ngahaphlngmdfhbhkplbglnfhehnpgdb
Popis Ads Blocker - blocks all annoying ads, malware and tracking.
Velikost souboru 3 MB
Počet instalací 112,924
Aktuální Verze 7.1.5
Poslední Aktualizace 2024-01-29
Datum Vydání 2020-05-23
Hodnocení 4.54/5 Celkem 576 Hodnocení
Vývojář https://adsblocker.top
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://adsblocker.top
URL Stránky Nápovědy https://adsblocker.top/chrome/support/
URL Stránky Zásad Ochrany Soukromí https://privacy.adsblocker.top/policy.html
Podporované Jazyky en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "images\/enabled.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "assistant\/host.js"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "icons": {
        "32": "images\/enabled.png",
        "128": "images\/icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "104.0.0.0",
    "homepage_url": "https:\/\/adsblocker.top",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name_short__",
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [
        "management"
    ],
    "version": "7.1.5",
    "web_accessible_resources": [
        {
            "resources": [
                "web-accessible-resources\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/rules\/ruleset_1.json"
            },
            {
                "id": "ruleset_2",
                "enabled": false,
                "path": "filters\/rules\/ruleset_2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": false,
                "path": "filters\/rules\/ruleset_3.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/rules\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/rules\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": true,
                "path": "filters\/rules\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/rules\/ruleset_9.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/rules\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "filters\/rules\/ruleset_14.json"
            },
            {
                "id": "ruleset_16",
                "enabled": false,
                "path": "filters\/rules\/ruleset_16.json"
            }
        ]
    }
}