Netflix Plus

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

Hvad er Netflix Plus?

Netflix Plus er en Chrome-udvidelse udviklet af Zion Developers, og dens hovedfunktion er "Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Netflix Plus-udvidelses-CRX-fil

Download Netflix Plus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Netflix Plus Netflix Plus
ID mnaccajcnpoopaeogmdaffkmmhdlbfhe
Officiel URL https://chrome.google.com/webstore/detail/netflix-plus/mnaccajcnpoopaeogmdaffkmmhdlbfhe
Beskrivelse Auto-resume: You still there? popup, Customize subtitle color, size, font and shadow color and size. On the fly!
Filstørrelse 100 KB
Antal Installationer 849
Nuværende Version 2.5.7
Senest Opdateret 2017-03-27
Udgivelsesdato 2017-03-27
Bedømmelse 3.44/5 Samlet 16 Bedømmelser
Udvikler Zion Developers
Betalingsmetode free
Understøttede Sprog 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"
    ]
}