Netflix Plus

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

Was ist Netflix Plus?

Netflix Plus ist eine Chrome-Erweiterung, die von Zion Developers entwickelt wurde, und ihr Hauptmerkmal ist "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Netflix Plus-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netflix Plus-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        ** 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.                    

Grundlegende Informationen zur Erweiterung

Name Netflix Plus Netflix Plus
ID mnaccajcnpoopaeogmdaffkmmhdlbfhe
Offizielle URL https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe
Beschreibung Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
Dateigröße 100 KB
Installationsanzahl 849
Aktuelle Version 2.5.7
Letztes Update 2017-03-27
Veröffentlichungsdatum 2017-03-27
Bewertung 3.44/5 Insgesamt 16 Bewertungen
Entwickler Zion Developers
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}