My Video Player
Youtube video player.
Wat is My Video Player?
My Video Player is een Chrome-extensie ontwikkeld door lotusmedia, en de belangrijkste functie is "Youtube video player.".
Download het CRX-bestand van de extensie My Video Player
Download My Video Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows convient playback of youtube videos online and offline.
Basisinformatie over de Extensie
Naam | ![]() |
ID | omffbomighihpepmeoplffgbgojfcgkg |
Officiële URL | https://chrome.google.com/webstore/detail/my-video-player/omffbomighihpepmeoplffgbgojfcgkg |
Beschrijving | Youtube video player. |
Bestandsgrootte | 158 KB |
Aantal Installaties | 231 |
Huidige Versie | 1.19.5 |
Laatst Bijgewerkt | 2012-08-06 |
Publicatiedatum | 2012-08-06 |
Beoordeling | 2.78/5 Totaal 9 Beoordelingen |
Ontwikkelaar | lotusmedia |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |