Remove Adblock Thing
Remove the Adblock Popup from YOUTUBE
Wat is Remove Adblock Thing?
Remove Adblock Thing is een Chrome-extensie ontwikkeld door https://afixer.app, en de belangrijkste functie is "Remove the Adblock Popup from YOUTUBE".
Extensie Screenshots
Download het CRX-bestand van de extensie Remove Adblock Thing
Download Remove Adblock Thing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | bfpadbloibjmakbdbmljnbacfggmghmk |
| Officiële URL | https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk |
| Beschrijving | Remove the Adblock Popup from YOUTUBE |
| Bestandsgrootte | 11.43 KB |
| Aantal Installaties | 4,847 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2023-11-07 |
| Publicatiedatum | 2023-11-07 |
| Beoordeling | 4.58/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | https://afixer.app |
| [email protected] | |
| Betalingswijze | free |
| Help Pagina-URL | https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues |
| URL van de Privacybeleid Pagina | https://afixer.app/privacy-policy.txt |
| Ondersteunde Talen | 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"
} | |