YouTube Shorts to Standard Videos
Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.
什麼是YouTube Shorts to Standard Videos?
YouTube Shorts to Standard Videos是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.”。
擴展截圖
下載YouTube Shorts to Standard Videos擴展crx文件
下載YouTube Shorts to Standard Videos擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Watch YouTube Shorts videos as standard/normal YouTube videos. Click the toolbar button or press the keyboard command Alt + v, while watching any Short.
Visit our homepage for detailed usage guide and more information.
Extension by BrowserNative. Not created by or affiliated with YouTube/Google. 擴展基本資訊
| 名稱 | |
| ID | bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-shorts-to-standar/bmgdhdgcebmaakenhhmlmogpjmdjkmgb |
| 簡介 | Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs. |
| 檔案大小 | 7.39 KB |
| 安裝次數 | 261 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2023-11-28 |
| 上架時間 | 2023-05-28 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | https://browsernative.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://browsernative.com/youtube-shorts-to-standard-videos/ |
| 說明頁面URL | https://browsernative.com/youtube-shorts-to-standard-videos/ |
| 隱私政策頁面URL | https://browsernative.com/extensions-privacy-policy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "icon-128.png",
"default_title": "YouTube Shorts to Standard Videos"
},
"description": "Click the extension icon to convert YouTube Shorts URLs to standard YouTube video URLs.",
"icons": {
"128": "icon-128.png"
},
"manifest_version": 3,
"name": "YouTube Shorts to Standard Videos",
"short_name": "Shorts to Standard",
"version": "1.0.0",
"minimum_chrome_version": "100",
"permissions": [
"declarativeContent"
],
"host_permissions": [
"*:\/\/youtube.com\/*",
"*:\/\/www.youtube.com\/*"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+V"
},
"description": "Switch to normal video URL"
}
},
"homepage_url": "https:\/\/browsernative.com\/youtube-shorts-to-standard-videos\/"
} | |