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 |
官方網址 | 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 |
電子郵箱 | [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": [] } |