ShortsFullscreen
Adds a fullscreen control to YouTube Shorts
ShortsFullscreenとは何ですか?
ShortsFullscreenはDiAvisoo Solutionsによって開発されたChromeの拡張機能で、その主な機能は「Adds a fullscreen control to YouTube Shorts」です。
拡張機能のスクリーンショット
ShortsFullscreen拡張機能のCRXファイルをダウンロード
ShortsFullscreen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a fullscreen control to YouTube Shorts. Just go to a YouTube Shorts video and hover the mouse cursor over a video. The fullscreen button will appear at the top. If you like this extension, please check out my other project xRoad at https://xroad.app. Thanks!
拡張機能の基本情報
名前 | ShortsFullscreen |
ID | molcegabghkphlnemjfciclgoooejakj |
公式URL | https://chromewebstore.google.com/detail/shortsfullscreen/molcegabghkphlnemjfciclgoooejakj |
説明 | Adds a fullscreen control to YouTube Shorts |
ファイルサイズ | 33.68 KB |
インストール数 | 1,088 |
現在のバージョン | 0.0.1 |
最終更新日 | 2022-09-20 |
公開日 | 2022-09-19 |
評価 | 4.67/5 合計 3 レビュー |
開発者 | DiAvisoo Solutions |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://webcapta.in/fs_privacy.txt |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShortsFullscreen", "description": "Adds a fullscreen control to YouTube Shorts", "version": "0.0.1", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/shorts\/*" ], "js": [ "\/content.js" ] } ], "action": { "default_popup": "popup.html", "default_icon": "logo.png" }, "content_security_policy": [] } |