My Video Player
Youtube video player.
什么是My Video Player?
My Video Player是由lotusmedia开发的Chrome扩展程序,该扩展的主要功能是“Youtube video player.”。
下载My Video Player扩展crx文件
下载My Video Player扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows convient playback of youtube videos online and offline.
扩展基本信息
名称 | ![]() |
ID | omffbomighihpepmeoplffgbgojfcgkg |
官方URL | https://chrome.google.com/webstore/detail/my-video-player/omffbomighihpepmeoplffgbgojfcgkg |
简介 | Youtube video player. |
文件大小 | 158 KB |
安装次数 | 231 |
当前版本 | 1.19.5 |
更新时间 | 2012-08-06 |
上架时间 | 2012-08-06 |
评分 | 2.78/5 共9次评分 |
开发者 | lotusmedia |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "My Video Player", "version": "1.19.5", "manifest_version": 2, "description": "Youtube video player.", "icons": { "16": "\/icons\/icon16.png", "48": "\/icons\/icon48.png", "128": "\/icons\/icon128.png" }, "background_page": "background.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "cookies", "notifications", "contextMenus", "webNavigation", "webRequest", "webRequestBlocking", "unlimitedStorage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/lib\/reports.js", "js\/lib\/util.js", "js\/api\/cookie.js", "js\/api\/message.js", "js\/lib\/async_api.js", "js\/lib\/app_api.js" ], "run_at": "document_end", "all_frames": true } ] } |