Super Netflix

Change video quality, Control video speed, Upload custom subtitles and much more - Make Your Experience on Netflix More Enjoyable.

Co to jest Super Netflix?

Super Netflix to rozszerzenie Chrome opracowane przez Super Netflix, a jego główną funkcją jest „Change video quality, Control video speed, Upload custom subtitles and much more - Make Your Experience on Netflix More Enjoyable.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Super Netflix

Pobierz pliki rozszerzeń Super Netflix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        ⚠️⚠️⚠️⚠️NETFLIX DISABLED BITRATE CHANGER NOT US⚠️⚠️⚠️⚠️
Read more here: 
https://www.reddit.com/r/netflix/comments/a3yru2/netflix_removes_secret_menu/


== If you have any problems with Super Netflix or did you discover any bugs or you have any new ideas to improve Super Netflix?

Please visit subflicks.uservoice.com And we will answer you as fast as we can, we don't answer any questions or provide help on chrome store review tab.



===========================
======Super Netflix========
===========================
===Full List of Features===

*NEW* Video speed rate option (from 0.5 to 4x faster). 
It helps when you watching a slow movie, speed it up or if you learning a new language using Netflix you can watch in slow motion now.

Streaming Video Quality ⚠️⚠️NOT WORKING FOR NOW⚠️⚠️
----- Change Video bitrate to play Higher Quality.
----- Auto Choose Video Quality -bitrate-
----- Accept Multiple Qualities(Changes automatically according to your internet speed).

Netflix binge-watching without Spoilers
----- blurred images and episode descriptions, watch TV series without any Spoilers.

Auto Skip Intro Automatically
----- from options page you can choose to skip intros Automatically

Upload Custom subtitles.
----- Support Any Language.
----- Convert and Search for Subtitles in SubFlicks.com


Five modes to change brightness, saturation, and contrast
----- Normal (Default by Netflix)
----- Bright
----- Brighter
----- Night
----- Late Night
----- Black and White

Changing Netflix Streaming Server (If Streaming is slow try another Netflix server).

Control Volume with the mouse wheel.

Show Streaming Info (For Geeks and Nerds ^_^).

Hide Forced Subtitles (Press H or V to toggle the subtitles Hide/Show)

Shortcut with your mouse.
----- Center Click Opens Changer Panel for Video Quality and Streaming Server.
----- Right Click Opens Streaming Info Panel.


Coming Soon More Super and Awesome Features for Netflix, Don't forget to comment and review and tell us what you need next.

** Disclaimer ** Netflix is registered trademarks, this extension is not affiliated with Netflix.                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Netflix Super Netflix
ID iakpdiefpdniabbekcbofaanjcpjkloe
Oficjalny URL https://chromewebstore.google.com/detail/super-netflix/iakpdiefpdniabbekcbofaanjcpjkloe
Opis Change video quality, Control video speed, Upload custom subtitles and much more - Make Your Experience on Netflix More Enjoyable.
Rozmiar pliku 145 KB
Liczba instalacji 135,169
Aktualna Wersja 3.1.0.2811
Ostatnia Aktualizacja 2018-12-23
Data Publikacji 2018-12-23
Ocena 3.07/5 Łącznie 206 Oceny
Deweloper Super Netflix
Typ Płatności free
Adres URL Strony Pomocy https://subflicks.uservoice.com/
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Netflix",
    "version": "3.1.0.2811",
    "description": "Change video quality, Control video speed, Upload custom subtitles and much more - Make Your Experience on Netflix More Enjoyable.",
    "icons": {
        "128": "cosmetic\/img\/logo.png"
    },
    "browser_action": {
        "default_icon": "cosmetic\/img\/logo.png",
        "default_title": "Super Netflix\n\nClick here for Options",
        "default_popup": "options.html"
    },
    "permissions": [
        "*:\/\/*.netflix.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "js": [
                "starter.js"
            ],
            "css": [
                "cosmetic\/player.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "funcs\/*",
        "cosmetic\/*"
    ],
    "manifest_version": 2
}