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 |
| 官方網址 | 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"
} | |