BitSafe Adblocker

Enjoy the Ad-Free Web Experience.

什麼是BitSafe Adblocker?

BitSafe Adblocker是由http://bitsafeadblocker.com開發的Chrome擴展程式,該擴展的主要功能是“Enjoy the Ad-Free Web Experience.”。

擴展截圖

screenshot
screenshot

下載BitSafe Adblocker擴展crx文件

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

擴展使用說明

                        BitSafe Adblocker is an advanced web extension that enables you to block ads and know the security status of a website. The extension not only helps you access the content without ads but also secure browsing. 

With BitSafe Adblocker, you get to see your favorite piece of content without annoying advertisements. Moreover, you’re getting the safest browsing by knowing the level of security applied on the website you’re visiting.

BitSafe Adblocker is a modern artwork that uplifts your online experience by offering next-level security and user experience in a single click.


Features
Block advertisements on any website.
Whitelist your favorite websites to see ads that interest you.
Absolutely FREE browser extension.
User-friendly interface for easy use.
Escalated security on browsing with revealing security status.
One-click installation.


How to use BitSafe Adblocker?
-------------------------------------------------------
Once you install the BitSafe Adblocker on Chrome, click the extension icon at the top right corner to turn on its features. 

If you have any queries, suggestions, or feedback, please contact us and help us improve our services for you.

Upon clicking the 'Add to Chrome' button, you confirm your agreement to install this Chrome™ extension and abide by the EULA & Privacy Policy.  

Chrome is a trademark of Google LLC. The use of it here does not imply any affiliation with or endorsement by Google LLC. 

Privacy Policy - https://www.bitsafeadblocker.com/privacy-policy/
EULA - https://www.bitsafeadblocker.com/eula/                    

擴展基本資訊

名稱 BitSafe Adblocker BitSafe Adblocker
ID nkmooloiipfcknccapehflmampkaniji
官方網址 https://chrome.google.com/webstore/detail/bitsafe-adblocker/nkmooloiipfcknccapehflmampkaniji
簡介 Enjoy the Ad-Free Web Experience.
檔案大小 659 KB
安裝次數 1,000
目前版本 1.0.0
更新時間 2020-07-09
上架時間 2020-07-09
評分 5.00/5 共 2 次評分
開發者 http://bitsafeadblocker.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.bitsafeadblocker.com/
說明頁面URL https://www.bitsafeadblocker.com/#faq
隱私政策頁面URL https://www.bitsafeadblocker.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "author": "BitSafe Adblocker",
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/ga.js",
            "lib\/jquery-3.1.1.min.js",
            "lib\/async.js",
            "ext\/exclusionlist.js",
            "lib\/polyfills\/url.js",
            "lib\/polyfills\/promise.js",
            "lib\/polyfills\/fetch.js",
            "ext\/common.js",
            "ext\/xml2json.js",
            "ext\/background.js",
            "lib\/compat.js",
            "lib\/info.js",
            "lib\/publicSuffixList.js",
            "lib\/adblockplus.js",
            "lib\/sha1.js",
            "lib\/jsbn.js",
            "lib\/rsa.js",
            "messageResponder.js",
            "block_domain\/js\/ls-utils.js",
            "block_domain\/js\/commonJS.js",
            "block_domain\/js\/globalconstent.js",
            "block_domain\/js\/LSEDBJS.js",
            "block_domain\/js\/LSNetwork.js",
            "ext\/Checkforupdates.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/abp-32.png",
            "32": "icons\/abp-32.png",
            "19": "icons\/abp-16.png",
            "38": "icons\/abp-16.png",
            "64": "icons\/abp-64.png",
            "128": "icons\/128.png"
        },
        "default_popup": "popup.html",
        "default_title": "BitSafe Adblocker"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "ext\/common.js",
                "ext\/content.js",
                "cssProperties.js",
                "include.preload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "include.postload.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        },
        {
            "all_frames": false,
            "js": [
                "ext\/jquery.min.js",
                "block_domain\/js\/globalconstent.js",
                "block_domain\/js\/LSNetwork.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en_US",
    "description": "Enjoy the Ad-Free Web Experience.",
    "icons": {
        "16": "icons\/abp-32.png",
        "32": "icons\/abp-32.png",
        "64": "icons\/abp-64.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "29.0",
    "name": "__MSG_name__",
    "options_page": "options.html",
    "devtools_page": "devtools.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "notifications"
    ],
    "omnibox": {
        "keyword": "bsa"
    },
    "short_name": "BitSafeadblocker",
    "storage": {
        "managed_schema": "managed-storage-schema.json"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}