Remove Adblock Thing
Remove the Adblock Popup from YOUTUBE
Remove Adblock Thingとは何ですか?
Remove Adblock Thingはhttps://afixer.appによって開発されたChromeの拡張機能で、その主な機能は「Remove the Adblock Popup from YOUTUBE」です。
拡張機能のスクリーンショット
Remove Adblock Thing拡張機能のCRXファイルをダウンロード
Remove Adblock Thing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
| Eメール | [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"
} | |