QuickYou

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

QuickYou क्या है?

QuickYou djamah द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Speed up, slow down, advance, rewind, picture in picture any HTML5 video with quick shortcuts. And show statistic."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QuickYou एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Когда нибудь, это приложение перевернет весь мыслимый и немыслимый экспириенс просмотра видео, а пока оно позволяет удобно его ускорять и смотреть поверх остальных окон.
Построено на базе – 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'"
}