Still Here

Automatically tell Netflix you're still there

Co to jest Still Here?

Still Here to rozszerzenie Chrome opracowane przez irwing, a jego główną funkcją jest „Automatically tell Netflix you're still there”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Still Here

Pobierz pliki rozszerzeń Still Here 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Still Here Still Here
ID einlccdnblainedghjekipohnodkgpno
Oficjalny URL https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno
Opis Automatically tell Netflix you're still there
Rozmiar pliku 18.85 KB
Liczba instalacji 44
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2016-03-29
Data Publikacji 2016-03-29
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper irwing
Typ Płatności free
Strona Rozszerzenia http://stillhere.irwingreza.com
Obsługiwane Języki 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*"
    ]
}