YouTube Video Player
YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
Qu'est-ce que YouTube Video Player ?
YouTube Video Player est une extension Chrome développée par Online Apps, et sa fonction principale est "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YouTube Video Player
Téléchargez les fichiers d'extension YouTube Video Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
You can add any YouTube video with these options: - icon (plus) next to logo on YouTube video detail page - context menu: right click to background on YouTube video detail page - context menu: right click to any link, that directed to YouTube video Next you can play in the popup your favorited videos without go to youtube.com and without download this video. Important button is Detailed view, which open player in detail mode on new tab. Enjoy!
Informations de Base sur l'Extension
Nom | YouTube Video Player |
ID | cbklkhaojmgbcgkpbemolkionjbepkfc |
URL Officiel | https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc |
Description | YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later. |
Taille du Fichier | 138 KB |
Nombre d'Installations | 13,983 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2020-02-29 |
Date de Publication | 2020-02-28 |
Évaluation | 3.59/5 Total 34 Évaluations |
Développeur | Online Apps |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.e-players.net/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Video Player", "description": "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.", "version": "1.1", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "https:\/\/www.youtube.com\/*", "contextMenus", "notifications" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ] } |