Youtube Fullframe
This extension puts Youtube videos in full-frame mode.
Youtube Fullframeとは何ですか?
Youtube Fullframeはtmhall67によって開発されたChromeの拡張機能で、その主な機能は「This extension puts Youtube videos in full-frame mode.」です。
Youtube Fullframe拡張機能のCRXファイルをダウンロード
Youtube Fullframe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension simply replaces the "watch?v=" with "v/" in a url to allow a Youtube video to play in a full browser window. This will also allow you to bypass the age restriction on Youtube videos.
拡張機能の基本情報
名前 | ![]() |
ID | oehbhdjdmgjmcphdgkgemokffldeachf |
公式URL | https://chrome.google.com/webstore/detail/youtube-fullframe/oehbhdjdmgjmcphdgkgemokffldeachf |
説明 | This extension puts Youtube videos in full-frame mode. |
ファイルサイズ | 3.9 KB |
インストール数 | 63 |
現在のバージョン | 0.7 |
最終更新日 | 2014-06-01 |
公開日 | 2014-06-01 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | tmhall67 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Fullframe", "description": "This extension puts Youtube videos in full-frame mode.", "version": "0.7", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "onClick.js" ], "persisent": false }, "browser_action": { "default_icon": "icon.png" } } |