vtmGO++
Watch your favourite shows and movies ad free on vtm go.
Wat is vtmGO++?
vtmGO++ is een Chrome-extensie ontwikkeld door alphaformationdevz, en de belangrijkste functie is "Watch your favourite shows and movies ad free on vtm go.".
Extensie Screenshots
Download het CRX-bestand van de extensie vtmGO++
Download vtmGO++-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | gkgmldiogpbhnajcbjkgfbmjeemmddlg |
| Officiële URL | https://chromewebstore.google.com/detail/vtmgo++/gkgmldiogpbhnajcbjkgfbmjeemmddlg |
| Beschrijving | Watch your favourite shows and movies ad free on vtm go. |
| Bestandsgrootte | 7.03 KB |
| Aantal Installaties | 208 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2021-11-12 |
| Publicatiedatum | 2021-11-11 |
| Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | alphaformationdevz |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |