QuickYou

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

Cos'è QuickYou?

QuickYou è un'estensione di Chrome sviluppata da djamah, e la sua funzione principale è "Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione QuickYou

Scarica i file di estensione QuickYou in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome QuickYou QuickYou
ID gbjoekpocednjbkbgbmdffegjgnompli
URL Ufficiale https://chromewebstore.google.com/detail/quickyou/gbjoekpocednjbkbgbmdffegjgnompli
Descrizione Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic.
Dimensione del File 371 KB
Conteggio Installazioni 514
Versione Corrente 0.3.0.0
Ultimo Aggiornamento 2021-07-12
Data di Pubblicazione 2019-12-23
Valutazione 5.00/5 Totale 20 Valutazioni
Sviluppatore djamah
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://quick-you.com/
URL della Pagina di Aiuto http://quick-you.com/
URL della Pagina della Politica sulla Privacy http://quick-you.com/privacy-policy.html
Lingue Supportate 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'"
}