Youtube Shorts to normal Youtube Video
Just transform Youtube Shorts link to a normal video link
什麼是Youtube Shorts to normal Youtube Video?
Youtube Shorts to normal Youtube Video是由4clem4開發的Chrome擴展程式,該擴展的主要功能是“Just transform Youtube Shorts link to a normal video link”。
擴展截圖
下載Youtube Shorts to normal Youtube Video擴展crx文件
下載Youtube Shorts to normal Youtube Video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
With just a click on the icon, this extension will automatically convert any YouTube Shorts link to a regular YouTube video link. This means that you'll have access to all the same features and functionalities that you would normally have with a YouTube video (like adding the video to a playlist).
擴展基本資訊
名稱 | Youtube Shorts to normal Youtube Video |
ID | cjehamalccdemkfpiidlbgacminjjkop |
官方網址 | https://chrome.google.com/webstore/detail/youtube-shorts-to-normal/cjehamalccdemkfpiidlbgacminjjkop |
簡介 | Just transform Youtube Shorts link to a normal video link |
檔案大小 | 11.31 KB |
安裝次數 | 10 |
目前版本 | 1.0 |
更新時間 | 2023-04-10 |
上架時間 | 2023-04-10 |
開發者 | 4clem4 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Shorts to normal Youtube Video", "version": "1.0", "manifest_version": 3, "description": "Just transform Youtube Shorts link to a normal video link", "action": [], "background": { "service_worker": "background.js" }, "icons": { "128": "icon_watch.png" }, "host_permissions": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ] } |