Youtube controller

Control Youtube play without visiting the tab.

什么是Youtube controller?

Youtube controller是由http://iamvp7.in开发的Chrome扩展程序,该扩展的主要功能是“Control Youtube play without visiting the tab.”。

扩展截图

screenshot

下载Youtube controller扩展crx文件

下载Youtube controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easily play/pause youtube videos, play next video or replay the video from playlist without visit the youtube tab.                    

扩展基本信息

名称 Youtube controller Youtube controller
ID fioanlgpncojcmfckbobmkhemdjdppoc
官方URL https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc
简介 Control Youtube play without visiting the tab.
文件大小 28.38 KB
安装次数 144
当前版本 1.0
更新时间 2017-04-01
上架时间 2017-04-01
评分 5.00/5 共1次评分
开发者 http://iamvp7.in
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube controller",
    "description": "Control Youtube play without visiting the tab.",
    "homepage_url": "http:\/\/iamvp7.github.io\/",
    "version": "1.0",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "Control your Youtube Player",
        "default_popup": "popup\/youtube.html"
    }
}