Mitele AdBlock Bypass
Removes Mitele site AdBlock blocker.
Mitele AdBlock Bypassคืออะไร?
Mitele AdBlock Bypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย m00nbyt3 และคุณลักษณะหลักของมันคือ "Removes Mitele site AdBlock blocker."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mitele AdBlock Bypass
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
URL อย่างเป็นทางการ | 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\/*" ] } |