YouTube Liker

Automatically likes YouTube videos from enabled channels

YouTube Likerとは何ですか?

YouTube Likerはaidenmagrathによって開発されたChromeの拡張機能で、その主な機能は「Automatically likes YouTube videos from enabled channels」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

YouTube Liker拡張機能のCRXファイルをダウンロード

YouTube Liker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 YouTube Liker YouTube Liker
ID joglicoigmjmioehpcohmipdpccpmmpn
公式URL https://chrome.google.com/webstore/detail/youtube-liker/joglicoigmjmioehpcohmipdpccpmmpn
説明 Automatically likes YouTube videos from enabled channels
ファイルサイズ 92.62 KB
インストール数 943
現在のバージョン 1.0.3
最終更新日 2017-05-22
公開日 2017-05-22
評価 2.56/5 合計 18 レビュー
開発者 aidenmagrath
支払い方法 free
対応言語 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"
        ]
    }
}