vtmGO++

Watch your favourite shows and movies ad free on vtm go.

Co to jest vtmGO++?

vtmGO++ to rozszerzenie Chrome opracowane przez alphaformationdevz, a jego główną funkcją jest „Watch your favourite shows and movies ad free on vtm go.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia vtmGO++

Pobierz pliki rozszerzeń vtmGO++ 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

                        This extension blocks all the ads on the website https://vtm.be/ . Users should install it because the site won't let you see any shows if you're using any other ad blocker.                    

Podstawowe informacje o rozszerzeniu

Nazwa vtmGO++ vtmGO++
ID gkgmldiogpbhnajcbjkgfbmjeemmddlg
Oficjalny URL https://chromewebstore.google.com/detail/vtmgo++/gkgmldiogpbhnajcbjkgfbmjeemmddlg
Opis Watch your favourite shows and movies ad free on vtm go.
Rozmiar pliku 7.03 KB
Liczba instalacji 208
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-11-12
Data Publikacji 2021-11-11
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper alphaformationdevz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "vtmGO++",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/vtm.be\/vtmgo\/afspelen\/*",
        "https:\/\/px.moatads.com\/*",
        "https:\/\/track.adform.net\/*",
        "https:\/\/freewheel-jitt.dpgmedia.be\/*",
        "https:\/\/5e124.v.fwmrm.net\/*"
    ],
    "version": "1.0",
    "description": "Watch your favourite shows and movies ad free on vtm go.",
    "icons": {
        "128": "vtmGo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "vtmGo.png",
        "default_popup": "popup.html"
    }
}