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.”。

扩展截图

screenshot
screenshot

下载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 Watchs
ID gfhdlnjjjjncomlnkbfhibfblejijnho
官方URL 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"
    }
}