Redirect Shorts
Redirects youtube shorts to the normal player
什麼是Redirect Shorts?
Redirect Shorts是由manas.bejj開發的Chrome擴展程式,該擴展的主要功能是“Redirects youtube shorts to the normal player”。
擴展截圖
下載Redirect Shorts擴展crx文件
下載Redirect Shorts擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension replaces the "/shorts/" from the url with "watch?v=" to play your shorts video on the normal player which is more user friendly on a computer. 擴展基本資訊
| 名稱 | |
| ID | lncinpfgcgmphkebnbfpogkgiaadphpi |
| 官方網址 | https://chromewebstore.google.com/detail/redirect-shorts/lncinpfgcgmphkebnbfpogkgiaadphpi |
| 簡介 | Redirects youtube shorts to the normal player |
| 檔案大小 | 32.03 KB |
| 安裝次數 | 2,945 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-03-03 |
| 上架時間 | 2022-03-03 |
| 評分 | 4.32/5 共 28 次評分 |
| 開發者 | manas.bejj |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Redirect Shorts",
"version": "1.0",
"manifest_version": 3,
"description": "Redirects youtube shorts to the normal player",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png",
"256": "256.png"
},
"host_permissions": [
"*:\/\/www.youtube.com\/shorts\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"yt.js"
],
"run_at": "document_start"
}
]
} | |