QuickYou

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

Qu'est-ce que QuickYou ?

QuickYou est une extension Chrome développée par djamah, et sa fonction principale est "Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension QuickYou

Téléchargez les fichiers d'extension QuickYou au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom QuickYou QuickYou
ID gbjoekpocednjbkbgbmdffegjgnompli
URL Officiel https://chromewebstore.google.com/detail/quickyou/gbjoekpocednjbkbgbmdffegjgnompli
Description Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.
Taille du Fichier 371 KB
Nombre d'Installations 514
Version Actuelle 0.3.0.0
Dernière Mise à Jour 2021-07-12
Date de Publication 2019-12-23
Évaluation 5.00/5 Total 20 Évaluations
Développeur djamah
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://quick-you.com/
URL de la Page d'Aide http://quick-you.com/
URL de la Page de Politique de Confidentialité http://quick-you.com/privacy-policy.html
Langues Prises en Charge 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'"
}