My Video Player
Youtube video player.
What is My Video Player?
My Video Player is a Chrome extension developed by lotusmedia, and its main feature is "Youtube video player.".
Download My Video Player Extension CRX File
Download My Video Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Allows convient playback of youtube videos online and offline.
Extension Basic Information
Name | ![]() |
ID | omffbomighihpepmeoplffgbgojfcgkg |
Official URL | https://chrome.google.com/webstore/detail/my-video-player/omffbomighihpepmeoplffgbgojfcgkg |
Description | Youtube video player. |
File Size | 158 KB |
Installation Count | 231 |
Current Version | 1.19.5 |
Last Updated | 2012-08-06 |
Publish Date | 2012-08-06 |
Rating | 2.78/5 Total 9 Ratings |
Developer | lotusmedia |
Payment Type | free |
Supported Languages | 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 } ] } |