YouTube Liker

Automatically likes YouTube videos from enabled channels

Cos'è YouTube Liker?

YouTube Liker è un'estensione di Chrome sviluppata da aidenmagrath, e la sua funzione principale è "Automatically likes YouTube videos from enabled channels".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube Liker

Scarica i file di estensione YouTube Liker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube Liker YouTube Liker
ID joglicoigmjmioehpcohmipdpccpmmpn
URL Ufficiale https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn
Descrizione Automatically likes YouTube videos from enabled channels
Dimensione del File 92.62 KB
Conteggio Installazioni 943
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-05-22
Data di Pubblicazione 2017-05-22
Valutazione 2.56/5 Totale 18 Valutazioni
Sviluppatore aidenmagrath
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}