YouTube New Tab
Play your favorite videos from youtube on each new tab.
Was ist YouTube New Tab?
YouTube New Tab ist eine Chrome-Erweiterung, die von Funny Apps & Games entwickelt wurde, und ihr Hauptmerkmal ist "Play your favorite videos from youtube on each new tab.".
Erweiterungsscreenshots
YouTube New Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube New Tab-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
YouTube New Tab saves your favorite videos from youtube.com to playlist without download and play them later. You can easily add any YouTube video in several ways: 1. Click the icon next to logo YouTube on video page 2. Context menu: right click to background on video page 3. Context menu: right click to any link, that directed to YouTube video (for details see screens) Next you can play your saves videos directly on each new tab without go to youtube.com and without download these videos. Of course, on new tab is classic search on Internet and also direct search on YouTube. Enjoy!
Grundlegende Informationen zur Erweiterung
Name | YouTube New Tab |
ID | hkdjjblefenaffilobnkdekehpjfbein |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein |
Beschreibung | Play your favorite videos from youtube on each new tab. |
Dateigröße | 119 KB |
Installationsanzahl | 838 |
Aktuelle Version | 1.2 |
Letztes Update | 2021-01-13 |
Veröffentlichungsdatum | 2021-01-12 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Funny Apps & Games |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube New Tab", "description": "Play your favorite videos from youtube on each new tab.", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "img\/ico_19.png" }, "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "https:\/\/www.youtube.com\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "19": "img\/ico_19.png", "32": "img\/ico_32.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" }, "web_accessible_resources": [ "img\/button_add.png" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |