Youtube Likes Sidebar Button

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

Co je Youtube Likes Sidebar Button?

Youtube Likes Sidebar Button je rozšíření Chrome vyvinuté http://systemcluster.me, a jeho hlavní funkcí je „Adds a Liked Videos link to the library section of the Youtube sidebar.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Youtube Likes Sidebar Button

Stáhněte si soubory rozšíření Youtube Likes Sidebar Button ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Youtube Likes Sidebar Button Youtube Likes Sidebar Button
ID ahmdidmhhffpkhgfihmcinmlklpeipjm
Oficiální URL https://chrome.google.com/webstore/detail/youtube-likes-sidebar-but/ahmdidmhhffpkhgfihmcinmlklpeipjm
Popis Adds a Liked Videos link to the library section of the Youtube sidebar.
Velikost souboru 9.89 KB
Počet instalací 250
Aktuální Verze 0.2.0
Poslední Aktualizace 2018-07-28
Datum Vydání 2018-07-28
Hodnocení 4.17/5 Celkem 6 Hodnocení
Vývojář http://systemcluster.me
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/*"
    ]
}