Dizibox Ad Remover
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Wat is Dizibox Ad Remover?
Dizibox Ad Remover is een Chrome-extensie ontwikkeld door M. Mücahit Tezcan, en de belangrijkste functie is "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.".
Extensie Screenshots
Download het CRX-bestand van de extensie Dizibox Ad Remover
Download Dizibox Ad Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Basisinformatie over de Extensie
Naam | |
ID | njalpngpbgomlhodahcanafhhimggjel |
Officiële URL | https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel |
Beschrijving | Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle. |
Bestandsgrootte | 15.35 KB |
Aantal Installaties | 34 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2020-04-17 |
Publicatiedatum | 2020-04-17 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | M. Mücahit Tezcan |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://focusthen.tech/ |
Help Pagina-URL | https://focusthen.tech/ |
URL van de Privacybeleid Pagina | https://focusthen.tech |
Ondersteunde Talen | 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" } } |