Mitele AdBlock Bypass
Removes Mitele site AdBlock blocker.
什麼是Mitele AdBlock Bypass?
Mitele AdBlock Bypass是由m00nbyt3開發的Chrome擴展程式,該擴展的主要功能是“Removes Mitele site AdBlock blocker.”。
擴展截圖
下載Mitele AdBlock Bypass擴展crx文件
下載Mitele AdBlock Bypass擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Mitele website has a feature that blocks the usage of any AdBlocker software or extension. This extension allows the use of this AdBlockers.
擴展基本資訊
名稱 | |
ID | pbmomgbfedbpnfhpjaemlklmlfefiooo |
官方網址 | https://chromewebstore.google.com/detail/mitele-adblock-bypass/pbmomgbfedbpnfhpjaemlklmlfefiooo |
簡介 | Removes Mitele site AdBlock blocker. |
檔案大小 | 4.32 KB |
安裝次數 | 435 |
目前版本 | 1.0 |
更新時間 | 2022-02-08 |
上架時間 | 2022-02-03 |
評分 | 3.67/5 共 3 次評分 |
開發者 | m00nbyt3 |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.termsfeed.com/live/e4d37234-1956-4629-998c-849246b42f52 |
支援的語言 | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mitele AdBlock Bypass", "icons": { "16": "miteleABBY.png", "48": "miteleABBY.png", "128": "miteleABBY.png" }, "version": "1.0", "description": "Removes Mitele site AdBlock blocker.", "content_scripts": [ { "matches": [ "https:\/\/www.mitele.es\/*" ], "run_at": "document_end", "js": [ "mtadby.js" ], "css": [ "pwned.css" ] } ], "host_permissions": [ "https:\/\/www.mitele.es\/*" ] } |