Mitele AdBlock Bypass
Removes Mitele site AdBlock blocker.
Apa itu Mitele AdBlock Bypass?
Mitele AdBlock Bypass adalah ekstensi Chrome yang dikembangkan oleh m00nbyt3, dan fitur utamanya adalah "Removes Mitele site AdBlock blocker.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Mitele AdBlock Bypass
Unduh file ekstensi Mitele AdBlock Bypass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Mitele website has a feature that blocks the usage of any AdBlocker software or extension. This extension allows the use of this AdBlockers.
Informasi Dasar Ekstensi
Nama | |
ID | pbmomgbfedbpnfhpjaemlklmlfefiooo |
URL Resmi | https://chromewebstore.google.com/detail/mitele-adblock-bypass/pbmomgbfedbpnfhpjaemlklmlfefiooo |
Deskripsi | Removes Mitele site AdBlock blocker. |
Ukuran File | 4.32 KB |
Jumlah Instalasi | 435 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2022-02-08 |
Tanggal Publikasi | 2022-02-03 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | m00nbyt3 |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.termsfeed.com/live/e4d37234-1956-4629-998c-849246b42f52 |
Bahasa yang Didukung | 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\/*" ] } |