Video Speed Manager Plus

【Quality】Video Speed Controller - Speed up or slow down videos on any web.

Video Speed Manager Plus क्या है?

Video Speed Manager Plus margaretafossb70 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "【Quality】Video Speed Controller - Speed up or slow down videos on any web."।

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

screenshot

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

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

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

                        Video Speed Controller enabled faster or slower to play video. Now you can easily slow down or speed up videos with flexible configuration. 
The main features: 
- Compatible with almost all video sites that you use every day;
- Unique accuracy of up to 1% in setting the playback speed that is suitable for you; 
- Very intuitive interface;
- Forever free                    

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

नाम Video Speed Manager Plus Video Speed Manager Plus
ID ejpfeiknmnlgndelmfjmgkmclpbphnde
आधिकारिक URL https://chromewebstore.google.com/detail/video-speed-manager-plus/ejpfeiknmnlgndelmfjmgkmclpbphnde
विवरण 【Quality】Video Speed Controller - Speed up or slow down videos on any web.
फ़ाइल का आकार 278 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2023-09-14
प्रकाशन तिथि 2022-08-07
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर margaretafossb70
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://extensiondock.com/privacy
समर्थित भाषाएँ id,de,en,en-GB,en-US,fil,fr,sw,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "js\/check-speed.js",
                "xrpa-data-module\/content-script.js"
            ],
            "css": [
                "css\/content-script.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "scripting",
        "declarativeNetRequest",
        "alarms"
    ],
    "version": "1.0.4",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "xrpa-data-module\/rule.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/enhanced-qr-code-generato\/ejpfeiknmnlgndelmfjmgkmclpbphnde?utm_medium=extension&utm_source=videospeed"
}