AdBlock: Best & Free Ad Blocker

AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web

什麼是AdBlock: Best & Free Ad Blocker?

AdBlock: Best & Free Ad Blocker是由faugupdate開發的Chrome擴展程式,該擴展的主要功能是“AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web”。

擴展截圖

screenshot
screenshot
screenshot

下載AdBlock: Best & Free Ad Blocker擴展crx文件

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

擴展使用說明

                        AdBlock is available in the chrome web store just install it and Block Site Ads.

AdBlock: Best & Free Ad Blocker is one of the best Ad blocker for Chrome, Facebook, YouTube, etc.

Features:-

1. Ad Blocker
2. Trackers Blocked
3. Data Saved 
4. Time Saved 

How To Use:-

1. Firstly Click on "Add to Chrome" button.
2. After downloading just click on "Extension-Icon" Button.
3. Just Click On/Off Button for AdBlocker On or Off.
4. Lets Enjoy

Thanks :)                    

擴展基本資訊

名稱 AdBlock: Best & Free Ad Blocker AdBlock: Best & Free Ad Blocker
ID akpbjlaefkdghmhbbmakljdckccejjhj
官方網址 https://chrome.google.com/webstore/detail/adblock-best-free-ad-bloc/akpbjlaefkdghmhbbmakljdckccejjhj
簡介 AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web
檔案大小 35.72 KB
安裝次數 408
目前版本 2.0
更新時間 2022-04-29
上架時間 2021-02-19
評分 1.00/5 共 1 次評分
開發者 faugupdate
電子郵箱 [email protected]
付費類型 free
擴展官網 https://puremodapk.com/
隱私政策頁面URL https://onlynewtab.com/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock: Best & Free Ad Blocker",
    "description": "AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web",
    "version": "2.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/service_worker.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/image\/icon-16.png",
            "32": "\/image\/icon-32.png",
            "48": "\/image\/icon-48.png",
            "128": "\/image\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/image\/icon-16.png",
        "32": "\/image\/icon-32.png",
        "48": "\/image\/icon-48.png",
        "128": "\/image\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}