SpeedUp: Netflix, Prime videos

Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.

SpeedUp: Netflix, Prime videosとは何ですか?

SpeedUp: Netflix, Prime videosはSpeedUpによって開発されたChromeの拡張機能で、その主な機能は「Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.」です。

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

screenshot
screenshot
screenshot
screenshot

SpeedUp: Netflix, Prime videos拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Overview:
Speed up or slow down any of your HTML5 videos on ALL websites: Netflix, Amazon Prime, Youtube, Facebook, Reddit, etc.

It is a waste of time when various video streaming websites don't support video speed modifications.  This extension helps you optimize your time utility by controlling the speed of videos on ALL websites. 

Use the simple User Interface provided by SpeedUp to set the desired video speed which reflects automatically in all tabs. It is simple, easy and convenient for everyone looking to an improved video streaming experience.


Firefox add-on link: https://addons.mozilla.org/en-US/firefox/addon/speedup2-netflix-prime-videos/                    

拡張機能の基本情報

名前 SpeedUp: Netflix, Prime videos SpeedUp: Netflix, Prime videos
ID pldkddbkbcedophgedaeofceedjcaehl
公式URL https://chromewebstore.google.com/detail/speedup-netflix-prime-vid/pldkddbkbcedophgedaeofceedjcaehl
説明 Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.
ファイルサイズ 56.87 KB
インストール数 35,485
現在のバージョン 3.0
最終更新日 2021-10-07
公開日 2019-08-13
評価 4.19/5 合計 155 レビュー
開発者 SpeedUp
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpeedUp: Netflix, Prime videos",
    "short_name": "SpeedUp",
    "version": "3.0",
    "description": "Controls the speed for online streaming for Netflix, Amazon Prime, Youtube, Twitch, Reddit and ALL others.",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.4.1.min.js",
                "js\/content.js"
            ]
        }
    ]
}