SBlock - Super Ad Blocker

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

O que é SBlock - Super Ad Blocker?

SBlock - Super Ad Blocker é uma extensão do Chrome desenvolvida por https://sblock.pro, e sua principal característica é "Block ads and pop-ups on All the websites you browse every day".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SBlock - Super Ad Blocker

Baixe arquivos de extensão SBlock - Super Ad Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome SBlock - Super Ad Blocker SBlock - Super Ad Blocker
ID cmdgdghfledlbkbciggfjblphiafkcgg
URL Oficial https://chromewebstore.google.com/detail/sblock-super-ad-blocker/cmdgdghfledlbkbciggfjblphiafkcgg
Descrição Block ads and pop-ups on All the websites you browse every day
Tamanho do Arquivo 5.75 MB
Contagem de Instalações 136,236
Versão Atual 1.4.11
Última Atualização 2024-01-28
Data de Publicação 2023-03-08
Classificação 4.63/5 Total de 38 Avaliações
Desenvolvedor https://sblock.pro
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://sblock.pro
URL da Página de Ajuda https://sblock.pro
URL da Página de Política de Privacidade https://sblock.pro/privacy-policy
Idiomas Suportados 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"
            }
        ]
    }
}