Dizibox Ad Remover
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Qu'est-ce que Dizibox Ad Remover ?
Dizibox Ad Remover est une extension Chrome développée par M. Mücahit Tezcan, et sa fonction principale est "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dizibox Ad Remover
Téléchargez les fichiers d'extension Dizibox Ad Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Informations de Base sur l'Extension
Nom | |
ID | njalpngpbgomlhodahcanafhhimggjel |
URL Officiel | https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel |
Description | Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle. |
Taille du Fichier | 15.35 KB |
Nombre d'Installations | 34 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2020-04-17 |
Date de Publication | 2020-04-17 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | M. Mücahit Tezcan |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://focusthen.tech/ |
URL de la Page d'Aide | https://focusthen.tech/ |
URL de la Page de Politique de Confidentialité | https://focusthen.tech |
Langues Prises en Charge | 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" } } |