Youtube controller

Control Youtube play without visiting the tab.

What is Youtube controller?

Youtube controller is a Chrome extension developed by http://iamvp7.in, and its main feature is "Control Youtube play without visiting the tab.".

Extension Screenshots

screenshot

Download Youtube controller Extension CRX File

Download Youtube controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Youtube controller Youtube controller
ID fioanlgpncojcmfckbobmkhemdjdppoc
Official URL https://chrome.google.com/webstore/detail/youtube-controller/fioanlgpncojcmfckbobmkhemdjdppoc
Description Control Youtube play without visiting the tab.
File Size 28.38 KB
Installation Count 144
Current Version 1.0
Last Updated 2017-04-01
Publish Date 2017-04-01
Rating 5.00/5 Total 1 Ratings
Developer http://iamvp7.in
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}