YouTube Liker

Automatically likes YouTube videos from enabled channels

Co je YouTube Liker?

YouTube Liker je rozšíření Chrome vyvinuté aidenmagrath, a jeho hlavní funkcí je „Automatically likes YouTube videos from enabled channels“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YouTube Liker

Stáhněte si soubory rozšíření YouTube Liker 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í

                        YouTube Liker allows to automatically like videos from YouTube channels at the push of a button.

Simply visit a YouTube channel or video and toggle the switch in the extensions popup view.                    

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

Název YouTube Liker YouTube Liker
ID joglicoigmjmioehpcohmipdpccpmmpn
Oficiální URL https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn
Popis Automatically likes YouTube videos from enabled channels
Velikost souboru 92.62 KB
Počet instalací 943
Aktuální Verze 1.0.3
Poslední Aktualizace 2017-05-22
Datum Vydání 2017-05-22
Hodnocení 2.56/5 Celkem 18 Hodnocení
Vývojář aidenmagrath
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Liker",
    "description": "Automatically likes YouTube videos from enabled channels",
    "version": "1.0.3",
    "options_page": "options.html",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "YouTube Liker",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "notifications"
    ],
    "oauth2": {
        "client_id": "2833665716-eh6vtk8u50vis4usqbqbj2dle93delkh.apps.googleusercontent.com",
        "scopes": [
            "profile",
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    }
}