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
Eメール [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"
    }
}