Full Screen for YouTube
Opens the YouTube link over the entire page using the YouTube embed url.
Full Screen for YouTubeとは何ですか?
Full Screen for YouTubeはKees C. Bakkerによって開発されたChromeの拡張機能で、その主な機能は「Opens the YouTube link over the entire page using the YouTube embed url.」です。
拡張機能のスクリーンショット
Full Screen for YouTube拡張機能のCRXファイルをダウンロード
Full Screen for YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Opens the YouTube link over the entire page using the YouTube embed url. Works even better with DeskPins (www.softpedia.com/get/Desktop-Enhancements/Other-Desktop-Enhancements/DeskPins.shtml) to keep the page on top.
拡張機能の基本情報
名前 | |
ID | nnfllbclchoppelnicmgnnepjpimbjoh |
公式URL | https://chrome.google.com/webstore/detail/full-screen-for-youtube/nnfllbclchoppelnicmgnnepjpimbjoh |
説明 | Opens the YouTube link over the entire page using the YouTube embed url. |
ファイルサイズ | 20.71 KB |
インストール数 | 415 |
現在のバージョン | 0.1.2 |
最終更新日 | 2019-08-25 |
公開日 | 2019-08-25 |
評価 | 4.54/5 合計 13 レビュー |
開発者 | Kees C. Bakker |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Full Screen for YouTube", "short_name": "YTFS", "version": "0.1.2", "author": "Kees C. Bakker", "description": "Opens the YouTube link over the entire page using the YouTube embed url.", "page_action": { "default_title": "YouTube Full Screen", "default_icon": "images\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self';", "permissions": [ "storage", "tabs", "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/" ], "background": { "scripts": [ "YTFS.js" ] }, "icons": { "16": "images\/icon.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |