Dizibox Ad Remover

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

Hvad er Dizibox Ad Remover?

Dizibox Ad Remover er en Chrome-udvidelse udviklet af M. Mücahit Tezcan, og dens hovedfunktion er "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.".

Udvidelsesskærmbilleder

screenshot

Download Dizibox Ad Remover-udvidelses-CRX-fil

Download Dizibox Ad Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Dizibox Ad Remover Dizibox Ad Remover
ID njalpngpbgomlhodahcanafhhimggjel
Officiel URL https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel
Beskrivelse Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Filstørrelse 15.35 KB
Antal Installationer 34
Nuværende Version 0.1.4
Senest Opdateret 2020-04-17
Udgivelsesdato 2020-04-17
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler M. Mücahit Tezcan
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://focusthen.tech/
Hjælpeside-URL https://focusthen.tech/
URL til Fortrolighedspolitik Side https://focusthen.tech
Understøttede Sprog 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"
    }
}