Youtube Likes Sidebar Button

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

Wat is Youtube Likes Sidebar Button?

Youtube Likes Sidebar Button is een Chrome-extensie ontwikkeld door http://systemcluster.me, en de belangrijkste functie is "Adds a Liked Videos link to the library section of the Youtube sidebar.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Youtube Likes Sidebar Button

Download Youtube Likes Sidebar Button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube Likes Sidebar Button Youtube Likes Sidebar Button
ID ahmdidmhhffpkhgfihmcinmlklpeipjm
Officiële URL https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm
Beschrijving Adds a Liked Videos link to the library section of the Youtube sidebar.
Bestandsgrootte 9.89 KB
Aantal Installaties 250
Huidige Versie 0.2.0
Laatst Bijgewerkt 2018-07-28
Publicatiedatum 2018-07-28
Beoordeling 4.17/5 Totaal 6 Beoordelingen
Ontwikkelaar http://systemcluster.me
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}