FullTube

Enlarge YouTube videos to fill the whole tab.

FullTubeとは何ですか?

FullTubeはijanosによって開発されたChromeの拡張機能で、その主な機能は「Enlarge YouTube videos to fill the whole tab.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Fill the whole tab with a YouTube video without making it fullscreen.                    

拡張機能の基本情報

名前 FullTube FullTube
ID nmabgnejfbfgjdifjflceagbglmllefe
公式URL https://chromewebstore.google.com/detail/fulltube/nmabgnejfbfgjdifjflceagbglmllefe
説明 Enlarge YouTube videos to fill the whole tab.
ファイルサイズ 4.65 KB
インストール数 28
現在のバージョン 1.0
最終更新日 2016-05-01
公開日 2016-05-01
評価 3.00/5 合計 2 レビュー
開発者 ijanos
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/ijanos/fulltube
ヘルプページのURL https://github.com/ijanos/fulltube/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FullTube",
    "version": "1.0",
    "description": "Enlarge YouTube videos to fill the whole tab.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon-128.png",
        "default_title": "Enlarge video"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2
}