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文件

下載Netflix Awesome Extensions擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}