Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Qu'est-ce que Remove Adblock Thing ?

Remove Adblock Thing est une extension Chrome développée par https://afixer.app, et sa fonction principale est "Remove the Adblock Popup from YOUTUBE".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Remove Adblock Thing

Téléchargez les fichiers d'extension Remove Adblock Thing au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
URL Officiel https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Description Remove the Adblock Popup from YOUTUBE
Taille du Fichier 11.43 KB
Nombre d'Installations 4,847
Version Actuelle 1.0
Dernière Mise à Jour 2023-11-07
Date de Publication 2023-11-07
Évaluation 4.58/5 Total 12 Évaluations
Développeur https://afixer.app
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL de la Page de Politique de Confidentialité https://afixer.app/privacy-policy.txt
Langues Prises en Charge 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"
}