Remove Adblock Thing
Remove the Adblock Popup from YOUTUBE
Apa itu Remove Adblock Thing?
Remove Adblock Thing adalah ekstensi Chrome yang dikembangkan oleh https://afixer.app, dan fitur utamanya adalah "Remove the Adblock Popup from YOUTUBE".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Remove Adblock Thing
Unduh file ekstensi Remove Adblock Thing dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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! Informasi Dasar Ekstensi
| Nama | |
| ID | bfpadbloibjmakbdbmljnbacfggmghmk |
| URL Resmi | https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk |
| Deskripsi | Remove the Adblock Popup from YOUTUBE |
| Ukuran File | 11.43 KB |
| Jumlah Instalasi | 4,847 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2023-11-07 |
| Tanggal Publikasi | 2023-11-07 |
| Penilaian | 4.58/5 Total 12 Penilaian |
| Pengembang | https://afixer.app |
| [email protected] | |
| Tipe Pembayaran | free |
| URL Halaman Bantuan | https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues |
| URL Halaman Kebijakan Privasi | https://afixer.app/privacy-policy.txt |
| Bahasa yang Didukung | 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"
} | |