Shorts to Normal player
Redirects youtube shorts to Normal Player
什麼是Shorts to Normal player?
Shorts to Normal player是由https://nemiruku.com開發的Chrome擴展程式,該擴展的主要功能是“Redirects youtube shorts to Normal Player”。
擴展截圖
下載Shorts to Normal player擴展crx文件
下載Shorts to Normal player擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Display YouTube short videos as normal videos.
When you access to the short video, Change the URL like this.
~.com/shorts/●●
↓
~.com/watch?v=●● 擴展基本資訊
| 名稱 | |
| ID | cmhmepchidgajcngdkpdchbdboheihgi |
| 官方網址 | https://chromewebstore.google.com/detail/shorts-to-normal-player/cmhmepchidgajcngdkpdchbdboheihgi |
| 簡介 | Redirects youtube shorts to Normal Player |
| 檔案大小 | 13.34 KB |
| 安裝次數 | 6,402 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2023-09-29 |
| 上架時間 | 2022-06-04 |
| 評分 | 4.87/5 共 38 次評分 |
| 開發者 | https://nemiruku.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://nemiruku.com/soft/sty.html |
| 說明頁面URL | https://nemiruku.com/info/mail.html |
| 隱私政策頁面URL | https://nemiruku.com/soft/readme.html |
| 支援的語言 | ms,de,en,fil,fr,vi,tr,ca,es,it,hu,sk,cs,ru,iw,th,ja,ko |
| manifest.json | |
{
"content_scripts": [
{
"js": [
"main.js"
],
"matches": [
"*:\/\/www.youtube.com\/*"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_description__",
"host_permissions": [
"*:\/\/www.youtube.com\/shorts\/*"
],
"icons": {
"128": "128.png"
},
"manifest_version": 3,
"name": "Shorts to Normal player",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0.3"
} | |