MyVideo
get easy access to Myvideo.ge TV channels
什么是MyVideo?
MyVideo是由ereklemesxi开发的Chrome扩展程序,该扩展的主要功能是“get easy access to Myvideo.ge TV channels”。
扩展截图
下载MyVideo扩展crx文件
下载MyVideo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
get easy access to Myvideo.ge TV channels 扩展基本信息
| 名称 | |
| ID | apcegpdjfdeeckplmjeapebnkbmjfkhp |
| 官方URL | https://chrome.google.com/webstore/detail/myvideo/apcegpdjfdeeckplmjeapebnkbmjfkhp |
| 简介 | get easy access to Myvideo.ge TV channels |
| 文件大小 | 469 KB |
| 安装次数 | 108 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2019-12-04 |
| 上架时间 | 2019-12-04 |
| 开发者 | ereklemesxi |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "MyVideo",
"short_name": "MyVideo",
"version": "1.0.3",
"manifest_version": 2,
"permissions": [
"webRequest",
"storage",
"webRequestBlocking",
"*:\/\/*.myvideo.ge\/*"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html",
"default_title": "MyVideo"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |