AnyWeb Youtube Fullwindow mode

Watch youtube videos in full window mode from any website

AnyWeb Youtube Fullwindow modeとは何ですか?

AnyWeb Youtube Fullwindow modeはhttps://myhackspace.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Watch youtube videos in full window mode from any website」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Watch youtube videos in full window mode from any website. This will not affect your other activities, yet, you get to see videos in fullscreen.                    

拡張機能の基本情報

名前 AnyWeb Youtube Fullwindow mode AnyWeb Youtube Fullwindow mode
ID pejfnhofiobipecfihimnfkhbffgfcba
公式URL https://chromewebstore.google.com/detail/anyweb-youtube-fullwindow/pejfnhofiobipecfihimnfkhbffgfcba
説明 Watch youtube videos in full window mode from any website
ファイルサイズ 67.56 KB
インストール数 204
現在のバージョン 1.0.4
最終更新日 2015-10-12
公開日 2015-10-12
評価 3.00/5 合計 4 レビュー
開発者 https://myhackspace.blogspot.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AnyWeb Youtube Fullwindow mode",
    "version": "1.0.4",
    "manifest_version": 2,
    "description": "Watch youtube videos in full window mode from any website",
    "homepage_url": "http:\/\/stalingino.blogspot.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "inject.js"
            ]
        }
    ]
}