Netflix Plus

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

Qu'est-ce que Netflix Plus ?

Netflix Plus est une extension Chrome développée par Zion Developers, et sa fonction principale est "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Netflix Plus

Téléchargez les fichiers d'extension Netflix Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Netflix Plus Netflix Plus
ID mnaccajcnpoopaeogmdaffkmmhdlbfhe
URL Officiel https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe
Description Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
Taille du Fichier 100 KB
Nombre d'Installations 849
Version Actuelle 2.5.7
Dernière Mise à Jour 2017-03-27
Date de Publication 2017-03-27
Évaluation 3.44/5 Total 16 Évaluations
Développeur Zion Developers
Type de Paiement free
Langues Prises en Charge 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"
    ]
}