QuickYou

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

什么是QuickYou?

QuickYou是由djamah开发的Chrome扩展程序,该扩展的主要功能是“Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载QuickYou扩展crx文件

下载QuickYou扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 QuickYou QuickYou
ID gbjoekpocednjbkbgbmdffegjgnompli
官方URL https://chromewebstore.google.com/detail/quickyou/gbjoekpocednjbkbgbmdffegjgnompli
简介 Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.
文件大小 371 KB
安装次数 514
当前版本 0.3.0.0
更新时间 2021-07-12
上架时间 2019-12-23
评分 5.00/5 共20次评分
开发者 djamah
电子邮箱 [email protected]
付费类型 free
扩展官网 http://quick-you.com/
帮助页面URL http://quick-you.com/
隐私政策页面URL http://quick-you.com/privacy-policy.html
支持的语言 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'"
}