YouTube New Tab

Play your favorite videos from youtube on each new tab.

Qu'est-ce que YouTube New Tab ?

YouTube New Tab est une extension Chrome développée par Funny Apps & Games, et sa fonction principale est "Play your favorite videos from youtube on each new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube New Tab

Téléchargez les fichiers d'extension YouTube New Tab 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

                        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!                    

Informations de Base sur l'Extension

Nom YouTube New Tab YouTube New Tab
ID hkdjjblefenaffilobnkdekehpjfbein
URL Officiel https://chromewebstore.google.com/detail/youtube-new-tab/hkdjjblefenaffilobnkdekehpjfbein
Description Play your favorite videos from youtube on each new tab.
Taille du Fichier 119 KB
Nombre d'Installations 838
Version Actuelle 1.2
Dernière Mise à Jour 2021-01-13
Date de Publication 2021-01-12
Évaluation 5.00/5 Total 3 Évaluations
Développeur Funny Apps & Games
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}