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 |
官方網址 | 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 } ] } |