vtmGO++
Watch your favourite shows and movies ad free on vtm go.
什么是vtmGO++?
vtmGO++是由alphaformationdevz开发的Chrome扩展程序,该扩展的主要功能是“Watch your favourite shows and movies ad free on vtm go.”。
扩展截图
下载vtmGO++扩展crx文件
下载vtmGO++扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | vtmGO++ |
ID | gkgmldiogpbhnajcbjkgfbmjeemmddlg |
官方URL | https://chromewebstore.google.com/detail/vtmgo++/gkgmldiogpbhnajcbjkgfbmjeemmddlg |
简介 | Watch your favourite shows and movies ad free on vtm go. |
文件大小 | 7.03 KB |
安装次数 | 208 |
当前版本 | 1.0 |
更新时间 | 2021-11-12 |
上架时间 | 2021-11-11 |
评分 | 4.00/5 共3次评分 |
开发者 | alphaformationdevz |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |