QuickYou

Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.

QuickYou là gì?

QuickYou là một tiện ích mở rộng Chrome được phát triển bởi djamah, và tính năng chính của nó là "Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng QuickYou 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

                        Когда нибудь, это приложение перевернет весь мыслимый и немыслимый экспириенс просмотра видео, а пока оно позволяет удобно его ускорять и смотреть поверх остальных окон.
Построено на базе – https://github.com/igrigorik/videospeed                    

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

Tên QuickYou QuickYou
ID gbjoekpocednjbkbgbmdffegjgnompli
URL Chính Thức https://chromewebstore.google.com/detail/quickyou/gbjoekpocednjbkbgbmdffegjgnompli
Mô tả Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.
Kích Thước Tệp 371 KB
Số Lần Cài Đặt 514
Phiên Bản Hiện Tại 0.3.0.0
Cập Nhật Lần Cuối 2021-07-12
Ngày Phát Hành 2019-12-23
Đánh Giá 5.00/5 Tổng số 20 Đánh Giá
Nhà Phát Triển djamah
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://quick-you.com/
URL Trang Trợ Giúp http://quick-you.com/
URL Trang Chính Sách Bảo Mật http://quick-you.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickYou",
    "short_name": "quick-you",
    "version": "0.3.0.0",
    "manifest_version": 2,
    "description": "Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.",
    "homepage_url": "http:\/\/quick-you.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png",
            "48": "icons\/icon48.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/meet.google.com\/*",
                "https:\/\/teamtreehouse.com\/*",
                "http:\/\/www.hitbox.tv\/*"
            ],
            "css": [
                "inject.css"
            ],
            "js": [
                "inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "inject.css",
        "shadow.css",
        "animate.css",
        "img\/*.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.amplitude.com; object-src 'self'"
}