Prevent YouTube from playing videos instantly

Prevent YouTube from playing videos when a tab is opened and not highlighted.

Что такое Prevent YouTube from playing videos instantly?

Prevent YouTube from playing videos instantly - это расширение Chrome, разработанное Muhamad Alfaifi, и его основная функция - "Prevent YouTube from playing videos when a tab is opened and not highlighted.".

Скачать файл CRX расширения Prevent YouTube from playing videos instantly

Скачайте файлы расширений Prevent YouTube from playing videos instantly в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Note: Stopped supporting extension because this feature has been implemented in chrome v46.

When you right click on a youtube link and select open in a new tab, the video will play automatically, if you just want the video to chill out and download! and when you move to that tab you will play it? This extension does that.

you can see the source code for this extension here:
https://github.com/MuhamadFaifi/youtube-autoplay                    

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

Название Prevent YouTube from playing videos instantly Prevent YouTube from playing videos instantly
ID iljjloebnngnddabmmgnahdcpmhlkfej
Официальный URL https://chrome.google.com/webstore/detail/prevent-youtube-from-play/iljjloebnngnddabmmgnahdcpmhlkfej
Описание Prevent YouTube from playing videos when a tab is opened and not highlighted.
Размер файла 3.57 KB
Количество установок 12
Текущая Версия 1.5
Последнее Обновление 2015-11-05
Дата публикации 2015-11-05
Рейтинг 4.00/5 Всего 4 оценок
Разработчик Muhamad Alfaifi
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Prevent YouTube from playing videos instantly",
    "description": "Prevent YouTube from playing videos when a tab is opened and not highlighted.",
    "version": "1.5",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/www.youtube.com\/"
    ]
}