Remove Adblock Thing

Remove the Adblock Popup from YOUTUBE

Vad är Remove Adblock Thing?

Remove Adblock Thing är en Chrome-tillägg utvecklad av https://afixer.app, och dess huvudfunktion är "Remove the Adblock Popup from YOUTUBE".

Tilläggsskärmbilder

screenshot

Ladda ner Remove Adblock Thing-förlängningens CRX-fil

Ladda ner Remove Adblock Thing-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Remove Adblock Thing Remove Adblock Thing
ID bfpadbloibjmakbdbmljnbacfggmghmk
Officiell webbadress https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk
Beskrivning Remove the Adblock Popup from YOUTUBE
Filstorlek 11.43 KB
Antal Installationer 4,847
Aktuell Version 1.0
Senast Uppdaterad 2023-11-07
Publiceringsdatum 2023-11-07
Betyg 4.58/5 Totalt 12 Betyg
Utvecklare https://afixer.app
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues
URL till Sekretesspolicy Sidan https://afixer.app/privacy-policy.txt
Stödda Språk 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"
}