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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |