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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |