AdBlock Detector Bypass
Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected
AdBlock Detector Bypassとは何ですか?
AdBlock Detector BypassはSacred Summit Studioによって開発されたChromeの拡張機能で、その主な機能は「Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected」です。
拡張機能のスクリーンショット
AdBlock Detector Bypass拡張機能のCRXファイルをダウンロード
AdBlock Detector Bypass拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
When an adblock detection popup appears simply click on the extension icon to remove the popup.
拡張機能の基本情報
名前 | AdBlock Detector Bypass |
ID | acjlefdefjkldgcimnfkehgbnpjekedo |
公式URL | https://chromewebstore.google.com/detail/adblock-detector-bypass/acjlefdefjkldgcimnfkehgbnpjekedo |
説明 | Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected |
ファイルサイズ | 20.74 KB |
インストール数 | 13,352 |
現在のバージョン | 1.0 |
最終更新日 | 2020-10-16 |
公開日 | 2020-10-16 |
評価 | 4.00/5 合計 50 レビュー |
開発者 | Sacred Summit Studio |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://sacredsummitstudio.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AdBlock Detector Bypass", "version": "1.0", "description": "Removes the obtrusive popup that prevents you from viewing webpage content when an adblocker is detected", "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "icons": { "16": "assets\/abdb.logo.16.png", "48": "assets\/abdb.logo.48.png", "128": "assets\/abdb.logo.128.png" }, "browser_action": { "default_icon": "assets\/abdb.logo.16.png" }, "manifest_version": 2 } |