Youtube Likes Sidebar Button

Adds a Liked Videos link to the library section of the Youtube sidebar.

Qu'est-ce que Youtube Likes Sidebar Button ?

Youtube Likes Sidebar Button est une extension Chrome développée par http://systemcluster.me, et sa fonction principale est "Adds a Liked Videos link to the library section of the Youtube sidebar.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Youtube Likes Sidebar Button

Téléchargez les fichiers d'extension Youtube Likes Sidebar Button 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

                        Adds a Liked Videos link to the library section of the Youtube sidebar.
Integrates seamlessly with the existing sidebar links.

2017-08-30: Updated to support the new Polymer Youtube layout.                    

Informations de Base sur l'Extension

Nom Youtube Likes Sidebar Button Youtube Likes Sidebar Button
ID ahmdidmhhffpkhgfihmcinmlklpeipjm
URL Officiel https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm
Description Adds a Liked Videos link to the library section of the Youtube sidebar.
Taille du Fichier 9.89 KB
Nombre d'Installations 250
Version Actuelle 0.2.0
Dernière Mise à Jour 2018-07-28
Date de Publication 2018-07-28
Évaluation 4.17/5 Total 6 Évaluations
Développeur http://systemcluster.me
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Likes Sidebar Button",
    "short_name": "Youtube Likes Sidebar Button",
    "description": "Adds a Liked Videos link to the library section of the Youtube sidebar.",
    "version": "0.2.0",
    "author": "Christian Sdunek",
    "icons": {
        "16": "chrome\/skin\/icon16.png",
        "48": "chrome\/skin\/icon48.png",
        "96": "chrome\/skin\/icon96.png",
        "128": "chrome\/skin\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}