Global Speed

Set a default speed for video and audio.

Global Speedとは何ですか?

Global SpeedはPolywockerによって開発されたChromeの拡張機能で、その主な機能は「Set a default speed for video and audio.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Speed Control 
• Compatible with nearly all video and audio streaming sites including Youtube, Netflix, Spotify, podcast sites, etc. 
• Tabs can have their own playback rate.
• URL rules to automatically set a custom playback rate depending on the website. 
• Optional shortcut keys to control speed. 

Media Hotkeys 
• Rewinding/forwarding, frame by frame analysis, adjusting volume, set mark, go to mark, AB repeating, and more. 
• Select what video/audio you want prioritized for media hotkeys. 
• Hotkeys can be in global mode, which allows you to control background music or PiP videos while using another program. 

Filters 
• Apply filters (invert, grayscale, brightness, contrast, mirroring etc) on videos or even the entire page. 
• Configure hotkeys to toggle invert, adjust brightness or contrast, and more. 

Audio Effects 
• Effects including pitch shifting, volume boosting, EQ (equalizer), reverse audio, and more. 
• You can delay audio to fix sync issues. 
• Configure hotkeys to adjust pitch, volume boost, and more. 

Privacy 
• NO data collection. NO trackers.
• Github:   https://github.com/polywock/globalSpeed
• Privacy Policy:   https://github.com/polywock/globalSpeed/blob/master/PRIVACY_POLICY.md                    

拡張機能の基本情報

名前 Global Speed Global Speed
ID jpbjcnkcffbooppibceonlgknpkniiff
公式URL https://chromewebstore.google.com/detail/global-speed/jpbjcnkcffbooppibceonlgknpkniiff
説明 Set a default speed for video and audio.
ファイルサイズ 376 KB
インストール数 300,000
現在のバージョン 2.9.9971
最終更新日 2023-11-11
公開日 2020-04-24
評価 4.83/5 合計 406 レビュー
開発者 Polywocker
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/polywock/globalSpeed
対応言語 en,vi,tr,es,it,pt-BR,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Global Speed",
    "version": "2.9.9971",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "file:\/\/*\/*",
        "tabCapture",
        "webNavigation"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "commands": {
        "commandA": {
            "description": "command A"
        },
        "commandB": {
            "description": "command B"
        },
        "commandC": {
            "description": "command C"
        },
        "commandD": {
            "description": "command D"
        },
        "commandE": {
            "description": "command E"
        },
        "commandF": {
            "description": "command F"
        },
        "commandG": {
            "description": "command G"
        },
        "commandH": {
            "description": "command H"
        },
        "commandI": {
            "description": "command I"
        },
        "commandJ": {
            "description": "command J"
        },
        "commandK": {
            "description": "command K"
        },
        "commandL": {
            "description": "command L"
        },
        "commandM": {
            "description": "command M"
        },
        "commandN": {
            "description": "command N"
        },
        "commandO": {
            "description": "command O"
        }
    }
}