vtmGO++
Watch your favourite shows and movies ad free on vtm go.
Cos'è vtmGO++?
vtmGO++ è un'estensione di Chrome sviluppata da alphaformationdevz, e la sua funzione principale è "Watch your favourite shows and movies ad free on vtm go.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione vtmGO++
Scarica i file di estensione vtmGO++ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gkgmldiogpbhnajcbjkgfbmjeemmddlg |
| URL Ufficiale | https://chromewebstore.google.com/detail/vtmgo++/gkgmldiogpbhnajcbjkgfbmjeemmddlg |
| Descrizione | Watch your favourite shows and movies ad free on vtm go. |
| Dimensione del File | 7.03 KB |
| Conteggio Installazioni | 208 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-11-12 |
| Data di Pubblicazione | 2021-11-11 |
| Valutazione | 4.00/5 Totale 3 Valutazioni |
| Sviluppatore | alphaformationdevz |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |