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文件

下载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"
    }
}