Watchs
By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.
什麼是Watchs?
Watchs是由SloMR開發的Chrome擴展程式,該擴展的主要功能是“By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.”。
擴展截圖
下載Watchs擴展crx文件
下載Watchs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
We created this extension to get rid of shorts on YouTube and to be able to control the video on our own. Features - Convert shorts into full-vedio to watch. How to use - If you're watching a short video and the indicator changes to brown, you can convert it to a full-length video simply clicking on it.
擴展基本資訊
名稱 | Watchs |
ID | gfhdlnjjjjncomlnkbfhibfblejijnho |
官方網址 | https://chromewebstore.google.com/detail/watchs/gfhdlnjjjjncomlnkbfhibfblejijnho |
簡介 | By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video. |
檔案大小 | 2.65 MB |
安裝次數 | 63 |
目前版本 | 1.0 |
更新時間 | 2022-05-05 |
上架時間 | 2022-05-05 |
評分 | 5.00/5 共 2 次評分 |
開發者 | SloMR |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/xSloMSA/Watchs-Extension |
說明頁面URL | https://github.com/xSloMSA/Watchs-Extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Watchs", "description": "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.", "author": "Sulaiman AlRomaih", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "tabs" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_icon": { "16": "\/images\/Inactive\/16x16.png", "32": "\/images\/Inactive\/32x32.png", "48": "\/images\/Inactive\/48x48.png", "128": "\/images\/Inactive\/128x128.png" } }, "icons": { "16": "\/images\/Active\/16x16.png", "32": "\/images\/Active\/32x32.png", "48": "\/images\/Active\/48x48.png", "128": "\/images\/Active\/128x128.png" } } |