Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Cos'è Remove Adblock Thing?

Remove Adblock Thing è un'estensione di Chrome sviluppata da https://afixer.app, e la sua funzione principale è "Remove the Adblock Popup from YOUTUBE".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Remove Adblock Thing

Scarica i file di estensione Remove Adblock Thing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
URL Ufficiale https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Descrizione Remove the Adblock Popup from YOUTUBE
Dimensione del File 11.43 KB
Conteggio Installazioni 4,847
Versione Corrente 1.0
Ultimo Aggiornamento 2023-11-07
Data di Pubblicazione 2023-11-07
Valutazione 4.58/5 Totale 12 Valutazioni
Sviluppatore https://afixer.app
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL della Pagina della Politica sulla Privacy https://afixer.app/privacy-policy.txt
Lingue Supportate 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"
}