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是由Muhamad Alfaifi开发的Chrome扩展程序,该扩展的主要功能是“Prevent YouTube from playing videos when a tab is opened and not highlighted.”。

下载Prevent YouTube from playing videos instantly扩展crx文件

下载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\/"
    ]
}