YouTube Liker

Automatically likes YouTube videos from enabled channels

Что такое YouTube Liker?

YouTube Liker - это расширение Chrome, разработанное aidenmagrath, и его основная функция - "Automatically likes YouTube videos from enabled channels".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения YouTube Liker

Скачайте файлы расширений 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"
        ]
    }
}