Video Speed Lock (Adjust)

It keeps the video playback speed at the desired speed at all times.

Video Speed Lock (Adjust) क्या है?

Video Speed Lock (Adjust) Song Hyo Jin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It keeps the video playback speed at the desired speed at all times."।

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

screenshot

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

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

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

                        When you want to watch shorts videos on YouTube at double speed.
When you want to keep the YouTube speed at 2x speed even when you open a new YouTube window.
When you scroll down on Facebook and want to apply the newly appeared video at double speed.
When Netflix releases 1.5x speed every time.
Just activate this app and it will always keep it at 2x speed.
It can be adjusted from 0.25x to 5x.
When you open the controller, you can adjust it with up, down, and enter while the cursor is on the number.                    

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

नाम Video Speed Lock (Adjust) Video Speed Lock (Adjust)
ID emgjbmpbndeilffhngkedolkdcjokheb
आधिकारिक URL https://chromewebstore.google.com/detail/video-speed-lock-adjust/emgjbmpbndeilffhngkedolkdcjokheb
विवरण It keeps the video playback speed at the desired speed at all times.
फ़ाइल का आकार 18.87 KB
स्थापना संख्या 573
वर्तमान संस्करण 0.7
अंतिम अपडेट 2023-09-22
प्रकाशन तिथि 2022-06-18
डेवलपर Song Hyo Jin
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://xenosi.de/privacyext.html
समर्थित भाषाएँ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "VideoSpeedLock",
    "description": "__MSG_extDescription__",
    "version": "0.7",
    "icons": {
        "16": "image\/icon16.png",
        "24": "image\/icon24.png",
        "32": "image\/icon32.png",
        "48": "image\/icon48.png",
        "128": "image\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "image\/icon16.disabled.png",
            "24": "image\/icon24.disabled.png",
            "32": "image\/icon32.disabled.png",
            "48": "image\/icon48.disabled.png",
            "128": "image\/icon128.disabled.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "controller.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "storage"
    ]
}