Netflix Plus

Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!

Co to jest Netflix Plus?

Netflix Plus to rozszerzenie Chrome opracowane przez Zion Developers, a jego główną funkcją jest „Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Netflix Plus

Pobierz pliki rozszerzeń Netflix Plus 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

                        ** This is NOT a Netflix Official Extension! **

Automatically resume movie when it get paused by AFK. (HTML5)
Change the movie's subtitle font, color, size, shadow size and color ! (HTML5)

More features to come!

Netflix is a Website owned by Netflix International B.V.
All the logos and pictures here used is for fair-use, And is belonged by the corresponding owners.                    

Podstawowe informacje o rozszerzeniu

Nazwa Netflix Plus Netflix Plus
ID mnaccajcnpoopaeogmdaffkmmhdlbfhe
Oficjalny URL https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe
Opis Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
Rozmiar pliku 100 KB
Liczba instalacji 849
Aktualna Wersja 2.5.7
Ostatnia Aktualizacja 2017-03-27
Data Publikacji 2017-03-27
Ocena 3.44/5 Łącznie 16 Oceny
Deweloper Zion Developers
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [],
            "include_globs": [
                "*netflix.com*"
            ],
            "css": [],
            "js": [
                "includes\/jquery-2.1.1.min.js",
                "includes\/netflix.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!",
    "icons": {
        "128": "icons\/icon.png"
    },
    "browser_action": {
        "default_title": "Options",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "includes\/options.js"
        ],
        "persistent": true
    },
    "manifest_version": 2,
    "name": "Netflix Plus",
    "short_name": "Netflix+",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "version": "2.5.7",
    "web_accessible_resources": [
        "icons\/icon.png",
        "includes\/jquery-2.1.1.min.js",
        "includes\/netflix.js",
        "jquery-2.1.1.min.map"
    ]
}