YouTube Longs
Redirects tabs opening a YouTube short to open the proper video.
什麼是YouTube Longs?
YouTube Longs是由Deathbetray開發的Chrome擴展程式,該擴展的主要功能是“Redirects tabs opening a YouTube short to open the proper video.”。
擴展截圖
下載YouTube Longs擴展crx文件
下載YouTube Longs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Redirects webpages that are attempting to open a YouTube short to instead open the desktop-friendly version of the webpage. 擴展基本資訊
| 名稱 | |
| ID | hgohjdcdlbnpmnopkigclphedadbnlel |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-longs/hgohjdcdlbnpmnopkigclphedadbnlel |
| 簡介 | Redirects tabs opening a YouTube short to open the proper video. |
| 檔案大小 | 17.86 KB |
| 安裝次數 | 59 |
| 目前版本 | 1.1 |
| 更新時間 | 2022-06-05 |
| 上架時間 | 2022-06-04 |
| 開發者 | Deathbetray |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouTube Longs",
"description": "Redirects tabs opening a YouTube short to open the proper video.",
"version": "1.1",
"author": "Deathbetray",
"manifest_version": 3,
"background": {
"service_worker": "youTubeLongs.js"
},
"permissions": [
"tabs"
],
"icons": {
"16": "\/images\/youTubeLongs-logo-16.png",
"32": "\/images\/youTubeLongs-logo-32.png",
"48": "\/images\/youTubeLongs-logo-48.png",
"128": "\/images\/youTubeLongs-logo-128.png"
},
"action": {
"default_icon": {
"16": "\/images\/youTubeLongs-logo-16.png",
"32": "\/images\/youTubeLongs-logo-32.png",
"48": "\/images\/youTubeLongs-logo-48.png",
"128": "\/images\/youTubeLongs-logo-128.png"
},
"default_title": "YouTube Longs",
"default_popup": "popup.html"
}
} | |