Still Here

Automatically tell Netflix you're still there

Co je Still Here?

Still Here je rozšíření Chrome vyvinuté irwing, a jeho hlavní funkcí je „Automatically tell Netflix you're still there“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Still Here

Stáhněte si soubory rozšíření Still Here ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        No more Netflix asking you if you're still there.                    

Základní Informace o Rozšíření

Název Still Here Still Here
ID einlccdnblainedghjekipohnodkgpno
Oficiální URL https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno
Popis Automatically tell Netflix you're still there
Velikost souboru 18.85 KB
Počet instalací 44
Aktuální Verze 1.0.0
Poslední Aktualizace 2016-03-29
Datum Vydání 2016-03-29
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář irwing
Typ Platby free
Webové stránky Rozšíření http://stillhere.irwingreza.com
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Still Here",
    "description": "Automatically tell Netflix you're still there",
    "version": "1.0.0",
    "icons": {
        "128": "icon_128.png",
        "256": "icon_256.png"
    },
    "author": "Irwing Reza",
    "short_name": "Still Here",
    "background": {
        "scripts": [
            "netflix.js"
        ]
    },
    "permissions": [
        "tabs",
        "activeTab",
        "*:\/\/*.netflix.com\/watch*"
    ]
}