Youtube Steer

Steer Youtube videos from any tab and window.

什么是Youtube Steer?

Youtube Steer是由Sandeep Sharma开发的Chrome扩展程序,该扩展的主要功能是“Steer Youtube videos from any tab and window.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Youtube Steer扩展crx文件

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

扩展使用说明

                        No more windows/tabs switching to watch youtube videos, download the latest Youtube Steer extension and Youtube Popout from https://sandeep-12.github.io/ to boost your productivity at work.

Remember the popout option will work only if you have installed Youtube popout on your system.

Play a video, you fell in love with, again and again and again...

* Now control your youtube videos from any tab and any window.
* Allows you to play, pause any youtube video from any tab, also you can close the tab playing youtube video without switching tabs.
* Youtube Steer lets you play a video repeatedly without you having to manually replay it. Just play a video, press the replay button and go on about your work.
* To not to make you search for your favourite videos youtube steer allows you to save video links and one click access to them. 
* You can do a lot more with Youtube Steer,just watch out for updates.                    

扩展基本信息

名称 Youtube Steer Youtube Steer
ID hljaeldobhcieiibiebpgnobmppefdle
官方URL https://chrome.google.com/webstore/detail/youtube-steer/hljaeldobhcieiibiebpgnobmppefdle
简介 Steer Youtube videos from any tab and window.
文件大小 112 KB
安装次数 92
当前版本 6.5
更新时间 2018-04-25
上架时间 2018-04-25
评分 5.00/5 共5次评分
开发者 Sandeep Sharma
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sandeep Sharma",
    "manifest_version": 2,
    "name": "Youtube Steer",
    "description": "Steer Youtube videos from any tab and window.",
    "version": "6.5",
    "permissions": [
        "tabs",
        "",
        "management"
    ],
    "icons": {
        "128": "drawables\/youtubeSteerIcon.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "back.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "drawables\/icon.png",
        "default_popup": "popup.html"
    }
}