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"
    }
}