Watchs

By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video.

Watchsคืออะไร?

Watchs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SloMR และคุณลักษณะหลักของมันคือ "By just clicking on it, this addon will convert any shotrs video on YouTube to a full-length video."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Watchs

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}