FREEZE : YOUTUBE

AI-Powered YouTube Controller

FREEZE : YOUTUBE란 무엇입니까?

FREEZE : YOUTUBE은(는) weaverslab.official에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AI-Powered YouTube Controller"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

FREEZE : YOUTUBE 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        '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"
    }
}