YouTube Video Player
YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.
Was ist YouTube Video Player?
YouTube Video Player ist eine Chrome-Erweiterung, die von Online Apps entwickelt wurde, und ihr Hauptmerkmal ist "YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later.".
Erweiterungsscreenshots
YouTube Video Player-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Video Player-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | YouTube Video Player |
ID | cbklkhaojmgbcgkpbemolkionjbepkfc |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-video-player/cbklkhaojmgbcgkpbemolkionjbepkfc |
Beschreibung | YouTube Video Player save your favorite videos of youtube.com to playlist without download and easily play these online later. |
Dateigröße | 138 KB |
Installationsanzahl | 13,983 |
Aktuelle Version | 1.1 |
Letztes Update | 2020-02-29 |
Veröffentlichungsdatum | 2020-02-28 |
Bewertung | 3.59/5 Insgesamt 34 Bewertungen |
Entwickler | Online Apps |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.e-players.net/privacy.html |
Unterstützte Sprachen | 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" ] } |