Remove Adblock Thing
Remove the Adblock Popup from YOUTUBE
Remove Adblock Thing क्या है?
Remove Adblock Thing https://afixer.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove the Adblock Popup from YOUTUBE"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remove Adblock Thing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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! एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | bfpadbloibjmakbdbmljnbacfggmghmk |
| आधिकारिक URL | https://chromewebstore.google.com/detail/remove-adblock-thing/bfpadbloibjmakbdbmljnbacfggmghmk |
| विवरण | Remove the Adblock Popup from YOUTUBE |
| फ़ाइल का आकार | 11.43 KB |
| स्थापना संख्या | 4,847 |
| वर्तमान संस्करण | 1.0 |
| अंतिम अपडेट | 2023-11-07 |
| प्रकाशन तिथि | 2023-11-07 |
| रेटिंग | 4.58/5 कुल 12 रेटिंग्स |
| डेवलपर | https://afixer.app |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| सहायता पृष्ठ URL | https://github.com/openhoangnc/Youtube-Ad-blocker-Reminder-Remover/issues |
| गोपनीयता नीति पृष्ठ URL | https://afixer.app/privacy-policy.txt |
| समर्थित भाषाएँ | 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"
} | |