Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

Что такое Always Show Watch Later?

Always Show Watch Later - это расширение Chrome, разработанное Scott Zackrison, и его основная функция - "Always shows the Watch Later button for Youtube embedded videos.".

Скачать файл CRX расширения Always Show Watch Later

Скачайте файлы расширений Always Show Watch Later в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension forces the Watch Later button to be visible for embedded Youtube videos.

--> updated 9/6/17
---> minor bug fix

--> updated 7/18/17
---> fixed another issue in some instances where it wouldn't show the Watch Later button

--> updated 2/14/17
---> fixed an issue in some instances where it wouldn't show the Watch Later button

--> updated 9/24/15
---> faster
---> more reliable
---> more efficient                    

Основная информация о расширении

Название Always Show Watch Later Always Show Watch Later
ID opnlaeeckmpncaogfacbkelbldmpbibi
Официальный URL https://chrome.google.com/webstore/detail/always-show-watch-later/opnlaeeckmpncaogfacbkelbldmpbibi
Описание Always shows the Watch Later button for Youtube embedded videos.
Размер файла 33.75 KB
Количество установок 413
Текущая Версия 1.4
Последнее Обновление 2017-09-06
Дата публикации 2017-09-06
Рейтинг 4.64/5 Всего 28 оценок
Разработчик Scott Zackrison
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Always Show Watch Later",
    "description": "Always shows the Watch Later button for Youtube embedded videos.",
    "version": "1.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "128": "icon_128.png"
    }
}