Dizibox Ad Remover
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Apa itu Dizibox Ad Remover?
Dizibox Ad Remover adalah ekstensi Chrome yang dikembangkan oleh M. Mücahit Tezcan, dan fitur utamanya adalah "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dizibox Ad Remover
Unduh file ekstensi Dizibox Ad Remover 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
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Informasi Dasar Ekstensi
Nama | |
ID | njalpngpbgomlhodahcanafhhimggjel |
URL Resmi | https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel |
Deskripsi | Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle. |
Ukuran File | 15.35 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 0.1.4 |
Terakhir Diperbarui | 2020-04-17 |
Tanggal Publikasi | 2020-04-17 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | M. Mücahit Tezcan |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://focusthen.tech/ |
URL Halaman Bantuan | https://focusthen.tech/ |
URL Halaman Kebijakan Privasi | https://focusthen.tech |
Bahasa yang Didukung | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dizibox Ad Remover", "description": "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.", "version": "0.1.4", "content_scripts": [ { "matches": [ "https:\/\/www.dizibox.pw\/*", "http:\/\/www.dizibox.pw\/*", "https:\/\/dizilab.pw\/*", "http:\/\/dizilab.pw\/*", "https:\/\/dizimag1.org\/*", "http:\/\/dizimag1.org\/*", "https:\/\/filmakinesi.net\/*", "https:\/\/720pizle.org\/*" ], "js": [ "main.js" ], "css": [ "main.css" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Dizibox Ad Remover" }, "icons": { "128": "icon128.png" } } |