Video Speed Controller - BETA Channel

BETA testing release of Video Speed Controller. Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts

Video Speed Controller - BETA Channel क्या है?

Video Speed Controller - BETA Channel Chad Bailey द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BETA testing release of Video Speed Controller. Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts"।

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

screenshot

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

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

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

                        Video Speed Controller - BETA Do not use unless you know what you're doing. If you're unsure, please install the parent project Video Speed Controller instead https://chrome.google.com/webstore/detail/video-speed-controller/nffaoalbilbmmfgbnbgppjihopabppdk                    

एक्सटेंशन की मूल जानकारी

नाम Video Speed Controller - BETA Channel Video Speed Controller - BETA Channel
ID kgciknbfdanakgjeeoihchpljcejkkdj
आधिकारिक URL https://chromewebstore.google.com/detail/video-speed-controller-be/kgciknbfdanakgjeeoihchpljcejkkdj
विवरण BETA testing release of Video Speed Controller. Speed up, slow down, advance and rewind HTML5 audio/video with shortcuts
फ़ाइल का आकार 99.57 KB
स्थापना संख्या 147
वर्तमान संस्करण 0.8.2
अंतिम अपडेट 2022-09-10
प्रकाशन तिथि 2022-09-06
डेवलपर Chad Bailey
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ChadBailey/videospeed-refactoring
सहायता पृष्ठ URL https://github.com/ChadBailey/videospeed-refactoring/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.8.2",
    "manifest_version": 3,
    "name": "Video Speed Controller - BETA Channel",
    "short_name": "videospeed-controller-beta",
    "description": "BETA testing release of Video Speed Controller. Speed up, slow down, advance and rewind HTML5 audio\/video with shortcuts",
    "homepage_url": "https:\/\/github.com\/ChadBailey\/videospeed-refactoring",
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "assets\/html\/options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Video Speed Controller - BETA Channel",
        "default_popup": "assets\/html\/popup.html",
        "default_icon": {
            "19": "assets\/images\/icon19.png",
            "38": "assets\/images\/icon38.png",
            "48": "assets\/images\/icon48.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "match_about_blank": true,
            "exclude_matches": [
                "https:\/\/plus.google.com\/hangouts\/*",
                "https:\/\/hangouts.google.com\/*",
                "https:\/\/meet.google.com\/*"
            ],
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/css\/content.css",
                "background.js.map",
                "content.js.map",
                "options.js.map",
                "popup.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ]
}