FREEZE : YOUTUBE

AI-Powered YouTube Controller

FREEZE : YOUTUBEคืออะไร?

FREEZE : YOUTUBE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย weaverslab.official และคุณลักษณะหลักของมันคือ "AI-Powered YouTube Controller"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย FREEZE : YOUTUBE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        'Product of the Day' on Product Hunt!

Control your YouTube with your fingers!
(Right Hand Only)

Wanna pause the YouTube without soiling the keyboard with your greasy burger-finger?

How to : 
1. Turn on the toggle key to activate
2. Pause and play the YouTube with "Rock ‘n’ roll" sign of your hand
3. Mute with sign of "Fist"
4. Move to next video with sign of "Victory"

* It only works once the viewing is on
(It doesn't work on the YouTube main page)

Requirements : 
1. Laptop or desktop with webcam
2. At least 60inch (or 1.5m) needed for camera recognition from your appliances

and good bites make the rest of it.

The Netflix version is ​​also available.
(https://chrome.google.com/webstore/detail/freeze/bejbbhcoefpmeejcnknjfepoocehopii?hl=en)

This service uses the technology of Mediapipe.
(https://google.github.io/mediapipe/)

* FREEZE never collects or uses your data

* It may not work after installation. If this happens, please refresh your browser or activate the extension in a new Chrome browser                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FREEZE : YOUTUBE FREEZE : YOUTUBE
ID jgbffojknlghoejidcehfjcegghpamgi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/freeze-youtube/jgbffojknlghoejidcehfjcegghpamgi
คำอธิบาย AI-Powered YouTube Controller
ขนาดไฟล์ 36.42 MB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-09-19
วันที่เผยแพร่ 2022-05-14
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา weaverslab.official
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.weaverslab.co.kr
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FREEZE : YOUTUBE",
    "description": "AI-Powered YouTube Controller",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*",
                "iframe\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    }
}