Dizibox Ad Remover

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

Vad är Dizibox Ad Remover?

Dizibox Ad Remover är en Chrome-tillägg utvecklad av M. Mücahit Tezcan, och dess huvudfunktion är "Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.".

Tilläggsskärmbilder

screenshot

Ladda ner Dizibox Ad Remover-förlängningens CRX-fil

Ladda ner Dizibox Ad Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Dizibox Ad Remover Dizibox Ad Remover
ID njalpngpbgomlhodahcanafhhimggjel
Officiell webbadress https://chrome.google.com/webstore/detail/dizibox-ad-remover/njalpngpbgomlhodahcanafhhimggjel
Beskrivning Ads and pop-ups remover on Dizibox, Dizilab, Dizimag1, filmakinesi and 720pizle.
Filstorlek 15.35 KB
Antal Installationer 34
Aktuell Version 0.1.4
Senast Uppdaterad 2020-04-17
Publiceringsdatum 2020-04-17
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare M. Mücahit Tezcan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://focusthen.tech/
Hjälpsida URL https://focusthen.tech/
URL till Sekretesspolicy Sidan https://focusthen.tech
Stödda Språk 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"
    }
}