GutePopUpBlock
Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!
GutePopUpBlockとは何ですか?
GutePopUpBlockはtwenty20twentyによって開発されたChromeの拡張機能で、その主な機能は「Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup!」です。
拡張機能のスクリーンショット
GutePopUpBlock拡張機能のCRXファイルをダウンロード
GutePopUpBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
So you decided to install an Addblocker and now every time you visit this Website you get this annoying popup asking you to disable it? This extension solves this problem! You have to do nothing, other than installing this extension, the blocking will happen automatically.
拡張機能の基本情報
名前 | GutePopUpBlock |
ID | fjglbfohbfdbhjjaddefmbocmadmleld |
公式URL | https://chrome.google.com/webstore/detail/gutepopupblock/fjglbfohbfdbhjjaddefmbocmadmleld |
説明 | Blocks the GuteFrage "PlEaSe dIsAbLe yOuR AdBlOcKer" popup! |
ファイルサイズ | 6.13 KB |
インストール数 | 128 |
現在のバージョン | 1.0 |
最終更新日 | 2022-10-13 |
公開日 | 2022-10-13 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | twenty20twenty |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GutePopUpBlock", "description": "Blocks the GuteFrage \"PlEaSe dIsAbLe yOuR AdBlOcKer\" popup!", "version": "1.0", "manifest_version": 3, "icons": { "48": "\/images\/guteIcon_square.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.gutefrage.net\/*" ], "js": [ "blocker.js" ] } ] } |