AdBlock: Best & Free Ad Blocker

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

Apa itu AdBlock: Best & Free Ad Blocker?

AdBlock: Best & Free Ad Blocker adalah ekstensi Chrome yang dikembangkan oleh faugupdate, dan fitur utamanya adalah "AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi AdBlock: Best & Free Ad Blocker

Unduh file ekstensi AdBlock: Best & Free Ad Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 :)                    

Informasi Dasar Ekstensi

Nama AdBlock: Best & Free Ad Blocker AdBlock: Best & Free Ad Blocker
ID akpbjlaefkdghmhbbmakljdckccejjhj
URL Resmi https://chrome.google.com/webstore/detail/adblock-best-free-ad-bloc/akpbjlaefkdghmhbbmakljdckccejjhj
Deskripsi AdBlock: Free & Best Ad Blocker For Web, Chrome, Facebook, Youtube, etc. Surve Secure Web
Ukuran File 35.72 KB
Jumlah Instalasi 408
Versi Saat Ini 2.0
Terakhir Diperbarui 2022-04-29
Tanggal Publikasi 2021-02-19
Penilaian 1.00/5 Total 1 Penilaian
Pengembang faugupdate
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://puremodapk.com/
URL Halaman Kebijakan Privasi https://onlynewtab.com/privacy-policy
Bahasa yang Didukung 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",
        ""
    ]
}