Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Co je Remove Adblock Thing?

Remove Adblock Thing je rozšíření Chrome vyvinuté https://afixer.app, a jeho hlavní funkcí je „Remove the Adblock Popup from YOUTUBE“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Remove Adblock Thing

Stáhněte si soubory rozšíření Remove Adblock Thing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Remove the Adblock Popup from YouTube

This extension packages the 'RemoveAdblockThing' script, which can be found at . This script effectively blocks YouTube's ad blocker detection popup.

Features:

- Lightweight: This extension is designed to be lightweight, ensuring it won't slow down your browsing experience.
- No Additional Permissions Required: You won't need to grant any additional permissions for this extension to work.
- Open Source: This extension is open source and can be found at .
- No Tampermonkey Required: This extension functions as a standalone script, eliminating the need to install Tampermonkey first. Simply install this extension and enjoy an ad-free YouTube experience!                    

Základní Informace o Rozšíření

Název Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
Oficiální URL https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Popis Remove the Adblock Popup from YOUTUBE
Velikost souboru 11.43 KB
Počet instalací 4,847
Aktuální Verze 1.0
Poslední Aktualizace 2023-11-07
Datum Vydání 2023-11-07
Hodnocení 4.58/5 Celkem 12 Hodnocení
Vývojář https://afixer.app
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL Stránky Zásad Ochrany Soukromí https://afixer.app/privacy-policy.txt
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "description": "Remove the Adblock Popup from YOUTUBE",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Remove Adblock Thing",
    "version": "1.0"
}