Anti-Short
Stop using YouTube's short video player.
什麼是Anti-Short?
Anti-Short是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Stop using YouTube's short video player.”。
擴展截圖
下載Anti-Short擴展crx文件
下載Anti-Short擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer. 擴展基本資訊
| 名稱 | |
| ID | icndfcelhhpiihkbchfakognjlcchflc |
| 官方網址 | https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc |
| 簡介 | Stop using YouTube's short video player. |
| 檔案大小 | 180 KB |
| 安裝次數 | 37 |
| 目前版本 | 1.0 pre-release |
| 更新時間 | 2022-04-06 |
| 上架時間 | 2022-04-06 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Unknown |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/stautonico/anti-short |
| 說明頁面URL | https://github.com/stautonico/anti-short |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Anti-Short",
"version": "1.0",
"version_name": "1.0 pre-release",
"description": "Stop using YouTube's short video player.",
"author": "Steve Tautonico",
"permissions": [
"scripting"
],
"host_permissions": [
"*:\/\/*.youtube.com\/*"
],
"homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
}
} | |