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
电子邮箱 [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"
            ]
        }
    ]
}