Dizibox Ad Remover

Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.

Was ist Dizibox Ad Remover?

Dizibox Ad Remover ist eine Chrome-Erweiterung, die von M. Mücahit Tezcan entwickelt wurde, und ihr Hauptmerkmal ist "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.".

Erweiterungsscreenshots

screenshot

Dizibox Ad Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dizibox Ad Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ads and pop-ups remover on  Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.                    

Grundlegende Informationen zur Erweiterung

Name Dizibox Ad Remover Dizibox Ad Remover
ID njalpngpbgomlhodahcanafhhimggjel
Offizielle URL https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel
Beschreibung Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Dateigröße 15.35 KB
Installationsanzahl 34
Aktuelle Version 0.1.4
Letztes Update 2020-04-17
Veröffentlichungsdatum 2020-04-17
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler M. Mücahit Tezcan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://focusthen.tech/
Hilfeseite URL https://focusthen.tech/
URL der Datenschutzrichtlinien-Seite https://focusthen.tech
Unterstützte Sprachen 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"
    }
}