SBlock - Super Ad Blocker

Block ads and pop-ups on All the websites you browse every day

Wat is SBlock - Super Ad Blocker?

SBlock - Super Ad Blocker is een Chrome-extensie ontwikkeld door https://sblock.pro, en de belangrijkste functie is "Block ads and pop-ups on All the websites you browse every day".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SBlock - Super Ad Blocker

Download SBlock - Super Ad Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Prevent annoying ads and pop-ups from ruining your online experience. Block ads across YouTube, Facebook, Twitch, and all your favorite websites.

SBlock provides an uninterrupted and smooth web surfing experience with a robust ad-blocking engine that blocks all disrupting ads. Enjoy watching videos, connecting with friends through social media, and checking out your favorite news website without being interrupted by unskippable video promotions, pop-ups, and other distracting ads. 

SBlock features and abilities:
Stops disruptive pop-up, video, banner and other ads from hurting your online experience across YouTube, Facebook, Twitch, and your favorite websites
Blocks third-party trackers to minimize your online footprint
Lets you adjust the ad-blocking intensity for any website based on your preference

All you need to do is click on “Add to Chrome” and SBlock will be automatically downloaded and installed on your browser.

Enjoy smooth and ad-free surfing!                    

Basisinformatie over de Extensie

Naam SBlock - Super Ad Blocker SBlock - Super Ad Blocker
ID cmdgdghfledlbkbciggfjblphiafkcgg
Officiële URL https://chromewebstore.google.com/detail/sblock-super-ad-blocker/cmdgdghfledlbkbciggfjblphiafkcgg
Beschrijving Block ads and pop-ups on All the websites you browse every day
Bestandsgrootte 5.75 MB
Aantal Installaties 136,236
Huidige Versie 1.4.11
Laatst Bijgewerkt 2024-01-28
Publicatiedatum 2023-03-08
Beoordeling 4.63/5 Totaal 38 Beoordelingen
Ontwikkelaar https://sblock.pro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sblock.pro
Help Pagina-URL https://sblock.pro
URL van de Privacybeleid Pagina https://sblock.pro/privacy-policy
Ondersteunde Talen id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "SBlock",
    "description": "__MSG_extDesc__",
    "version": "1.4.11",
    "manifest_version": 3,
    "minimum_chrome_version": "105.0",
    "default_locale": "en",
    "author": "Jimbo",
    "background": {
        "service_worker": "\/core\/src\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "presentation\/img\/16.png",
            "32": "presentation\/img\/32.png",
            "64": "presentation\/img\/64.png",
            "128": "presentation\/img\/128.png"
        },
        "default_popup": "presentation\/popup.html"
    },
    "icons": {
        "16": "presentation\/img\/16.png",
        "32": "presentation\/img\/32.png",
        "64": "presentation\/img\/64.png",
        "128": "presentation\/img\/128.png"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "scripting",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/web_accessible_resources\/1x1-transparent.gif",
                "\/web_accessible_resources\/2x2-transparent.png",
                "\/web_accessible_resources\/32x32-transparent.png",
                "\/web_accessible_resources\/amazon-apstag.js",
                "\/web_accessible_resources\/ati-smarttag.js",
                "\/web_accessible_resources\/click2load.html",
                "\/web_accessible_resources\/didomi-loader.js",
                "\/web_accessible_resources\/google-analytics.js",
                "\/web_accessible_resources\/google-ima3.js",
                "\/web_accessible_resources\/googlesyndication-adsbygoogle.js",
                "\/web_accessible_resources\/googletagservices-gpt.js",
                "\/web_accessible_resources\/noeval.js",
                "\/web_accessible_resources\/noopcss.css",
                "\/web_accessible_resources\/noopframe.html",
                "\/web_accessible_resources\/noopjs.js",
                "\/web_accessible_resources\/noopjson.json",
                "\/web_accessible_resources\/noopmp3.mp3",
                "\/web_accessible_resources\/noopmp4.mp4",
                "\/web_accessible_resources\/nooptext.js",
                "\/web_accessible_resources\/noopvast02.xml",
                "\/web_accessible_resources\/noopvast03.xml",
                "\/web_accessible_resources\/noopvmap01.xml",
                "\/web_accessible_resources\/prebid-ads.js",
                "\/web_accessible_resources\/prebid.js",
                "\/web_accessible_resources\/prevent-fab-3.2.0.js",
                "\/presentation\/js\/config.js",
                "\/presentation\/js\/dom.js",
                "\/presentation\/js\/i18n.js",
                "\/presentation\/js\/icon.js",
                "\/presentation\/js\/dialog.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "default",
                "enabled": true,
                "path": "\/core\/src\/blocker\/rules\/default.json"
            },
            {
                "id": "idcac",
                "enabled": false,
                "path": "\/core\/src\/blocker\/rules\/idcac.json"
            },
            {
                "id": "social",
                "enabled": false,
                "path": "\/core\/src\/blocker\/rules\/social.json"
            },
            {
                "id": "regions_0",
                "enabled": false,
                "path": "\/core\/src\/blocker\/rules\/regions_0.json"
            },
            {
                "id": "regions_1",
                "enabled": false,
                "path": "\/core\/src\/blocker\/rules\/regions_1.json"
            },
            {
                "id": "regions_2",
                "enabled": false,
                "path": "\/core\/src\/blocker\/rules\/regions_2.json"
            }
        ]
    }
}