Youtube Watch

You can watch Youtube videos in the browser

Youtube Watchとは何ですか?

Youtube WatchはUnknownによって開発されたChromeの拡張機能で、その主な機能は「You can watch Youtube videos in the browser」です。

拡張機能のスクリーンショット

screenshot

Youtube Watch拡張機能のCRXファイルをダウンロード

Youtube Watch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        You can watch YouTube videos in the browser.  When you paste the video it will automatically play.  You can also go backwards and forwards from older videos.                    

拡張機能の基本情報

名前 Youtube Watch Youtube Watch
ID fcfhggaefkeoedhghndenbdhgpmimflb
公式URL https://chromewebstore.google.com/detail/youtube-watch/fcfhggaefkeoedhghndenbdhgpmimflb
説明 You can watch Youtube videos in the browser
ファイルサイズ 81.06 KB
インストール数 62
現在のバージョン 1.1
最終更新日 2015-11-25
公開日 2015-11-25
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://github.com/cemcnaughton/youtube-watch-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Watch",
    "description": "You can watch Youtube videos in the browser",
    "version": "1.1",
    "browser_action": {
        "default_icon": "watchicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}