Fullscreen Youtube on Twitter

Enables fullscreen mode for youtube videos embedded in the twitter feed

Fullscreen Youtube on Twitterとは何ですか?

Fullscreen Youtube on Twitterはhttp://pause-geek.frによって開発されたChromeの拡張機能で、その主な機能は「Enables fullscreen mode for youtube videos embedded in the twitter feed」です。

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

screenshot

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

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

拡張機能の使用方法

                        If you want to make sure this extension is not malicious you can check the (very short) source code at https://github.com/BaliBalo/twitterYoutubeFullscreen and use it directly from there.                    

拡張機能の基本情報

名前 Fullscreen Youtube on Twitter Fullscreen Youtube on Twitter
ID fkjbbblglhfokmilicmlbgoijjlikdep
公式URL https://chrome.google.com/webstore/detail/fullscreen-youtube-on-twi/fkjbbblglhfokmilicmlbgoijjlikdep
説明 Enables fullscreen mode for youtube videos embedded in the twitter feed
ファイルサイズ 4.22 KB
インストール数 32
現在のバージョン 1.6
最終更新日 2016-08-13
公開日 2016-08-13
開発者 http://pause-geek.fr
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fullscreen Youtube on Twitter",
    "version": "1.6",
    "description": "Enables fullscreen mode for youtube videos embedded in the twitter feed",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/i\/cards\/*"
            ],
            "js": [
                "script.js"
            ],
            "all_frames": true
        }
    ],
    "manifest_version": 2
}