SBlock - Super Ad Blocker

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

什麼是SBlock - Super Ad Blocker?

SBlock - Super Ad Blocker是由https://sblock.pro開發的Chrome擴展程式,該擴展的主要功能是“Block ads and pop-ups on All the websites you browse every day”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載SBlock - Super Ad Blocker擴展crx文件

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

擴展使用說明

                        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!                    

擴展基本資訊

名稱 SBlock - Super Ad Blocker SBlock - Super Ad Blocker
ID cmdgdghfledlbkbciggfjblphiafkcgg
官方網址 https://chromewebstore.google.com/detail/sblock-super-ad-blocker/cmdgdghfledlbkbciggfjblphiafkcgg
簡介 Block ads and pop-ups on All the websites you browse every day
檔案大小 5.75 MB
安裝次數 136,236
目前版本 1.4.11
更新時間 2024-01-28
上架時間 2023-03-08
評分 4.63/5 共 38 次評分
開發者 https://sblock.pro
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sblock.pro
說明頁面URL https://sblock.pro
隱私政策頁面URL https://sblock.pro/privacy-policy
支援的語言 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"
            }
        ]
    }
}