vtmGO++

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

What is vtmGO++?

vtmGO++ is a Chrome extension developed by alphaformationdevz, and its main feature is "Watch your favourite shows and movies ad free on vtm go.".

Extension Screenshots

screenshot
screenshot
screenshot

Download vtmGO++ Extension CRX File

Download vtmGO++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name vtmGO++ vtmGO++
ID gkgmldiogpbhnajcbjkgfbmjeemmddlg
Official URL https://chromewebstore.google.com/detail/vtmgo++/gkgmldiogpbhnajcbjkgfbmjeemmddlg
Description Watch your favourite shows and movies ad free on vtm go.
File Size 7.03 KB
Installation Count 208
Current Version 1.0
Last Updated 2021-11-12
Publish Date 2021-11-11
Rating 4.00/5 Total 3 Ratings
Developer alphaformationdevz
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}