Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Was ist Remove Adblock Thing?

Remove Adblock Thing ist eine Chrome-Erweiterung, die von https://afixer.app entwickelt wurde, und ihr Hauptmerkmal ist "Remove the Adblock Popup from YOUTUBE".

Erweiterungsscreenshots

screenshot

Remove Adblock Thing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Adblock Thing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
Offizielle URL https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Beschreibung Remove the Adblock Popup from YOUTUBE
Dateigröße 11.43 KB
Installationsanzahl 4,847
Aktuelle Version 1.0
Letztes Update 2023-11-07
Veröffentlichungsdatum 2023-11-07
Bewertung 4.58/5 Insgesamt 12 Bewertungen
Entwickler https://afixer.app
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL der Datenschutzrichtlinien-Seite https://afixer.app/privacy-policy.txt
Unterstützte Sprachen 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"
}