Dizibox Ad Remover

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

Co to jest Dizibox Ad Remover?

Dizibox Ad Remover to rozszerzenie Chrome opracowane przez M. Mücahit Tezcan, a jego główną funkcją jest „Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Dizibox Ad Remover

Pobierz pliki rozszerzeń Dizibox Ad Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Dizibox Ad Remover Dizibox Ad Remover
ID njalpngpbgomlhodahcanafhhimggjel
Oficjalny URL https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel
Opis Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Rozmiar pliku 15.35 KB
Liczba instalacji 34
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2020-04-17
Data Publikacji 2020-04-17
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper M. Mücahit Tezcan
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://focusthen.tech/
Adres URL Strony Pomocy https://focusthen.tech/
Adres URL Strony Polityki Prywatności https://focusthen.tech
Obsługiwane Języki 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"
    }
}