FREEZE : YOUTUBE

AI-Powered YouTube Controller

FREEZE : YOUTUBE क्या है?

FREEZE : YOUTUBE weaverslab.official द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AI-Powered YouTube Controller"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FREEZE : YOUTUBE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}