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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}