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によって開発されたChromeの拡張機能で、その主な機能は「【Quality】Video Speed Controller - Speed up or slow down videos on any web.」です。

拡張機能のスクリーンショット

screenshot

Video Speed Manager Plus拡張機能のCRXファイルをダウンロード

Video Speed Manager Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
}