Netflix Awesome Extensions

The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent.

Netflix Awesome Extensions란 무엇입니까?

Netflix Awesome Extensions은(는) Nick Incorporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent."입니다.

확장 프로그램 스크린샷

screenshot

Netflix Awesome Extensions 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This app improves in an incredibly awesome way, the poor user experience provided by Netflix. Its introducing the most mind blowing features ever:

1. Click on the video to pause and unpause. BAM!
2. Adjust the volume with the mouse wheel. Wickedaaa!
3. Skip the intro automatically. Cha-Ching!
4. The annoying dialog which asks if you are still watching will be automatically accepted if you have move your mouse within the last hour. Patent pending!
5. If you let the netflix page open for a while it crashes and you have to reload. But not any more. Now just move the mouse and it will be reloaded for you. Bang!

The most awesome things in live are simple ;)                    

확장 프로그램 기본 정보

이름 Netflix Awesome Extensions Netflix Awesome Extensions
ID midmkncnhpphmdjlnfcoinhcekapmkic
공식 URL https://chromewebstore.google.com/detail/netflix-awesome-extension/midmkncnhpphmdjlnfcoinhcekapmkic
설명 The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent.
파일 크기 100 KB
설치 횟수 1,656
현재 버전 0.8
최근 업데이트 2020-05-18
출시 날짜 2020-05-17
평점 3.65/5 총 23 개의 평점
개발자 Nick Incorporation
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Awesome Extensions",
    "description": "The most awesome plugin for Netflix which solves all the inconveniences which should be solved by Netflix, but arent.",
    "version": "0.8",
    "manifest_version": 2,
    "author": "Nikolai Solovev",
    "icons": {
        "16": "img\/icon_128.png",
        "128": "img\/icon_128.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "jquery-3.5.0.min.js",
                "jquery.mousewheel.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/www.netflix.com\/"
    ]
}