FREEZE

AI-Powered Disney+, Netflix & YouTube Controller

FREEZE là gì?

FREEZE là một tiện ích mở rộng Chrome được phát triển bởi weaverslab.official, và tính năng chính của nó là "AI-Powered Disney+, Netflix & YouTube Controller".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FREEZE

Tải xuống các tệp mở rộng FREEZE dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        '#1 Product of the Day' on Product Hunt!

Control your Disney+, Netflix & YouTube with your fingers!

Wanna pause the Disney+, Netflix and YouTube without soiling the keyboard with your greasy pizza-finger?

[Disney+, Netflix] How to : 
1. Turn on the toggle key to activate
2. Pause and play the Netflix with "Rock ‘n’ roll" sign of your hand
3. Mute with sign of "Fist"
4. Skip intro with sign of "Victory"

[YouTube] 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 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.

* With this update, you can use both hands (right and left)

* FREEZE never collects or uses your data

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FREEZE FREEZE
ID bejbbhcoefpmeejcnknjfepoocehopii
URL Chính Thức https://chromewebstore.google.com/detail/freeze/bejbbhcoefpmeejcnknjfepoocehopii
Mô tả AI-Powered Disney+, Netflix & YouTube Controller
Kích Thước Tệp 36.44 MB
Số Lần Cài Đặt 1,195
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2022-03-10
Đánh Giá 3.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển weaverslab.official
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.weaverslab.co.kr
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FREEZE",
    "description": "AI-Powered Disney+, Netflix & YouTube Controller",
    "version": "1.1.0",
    "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\/*",
        "https:\/\/*.netflix.com\/*",
        "https:\/\/*.disneyplus.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "resources\/*",
                "iframe\/*",
                "injection\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/index.js"
    }
}