Still Here

Automatically tell Netflix you're still there

Vad är Still Here?

Still Here är en Chrome-tillägg utvecklad av irwing, och dess huvudfunktion är "Automatically tell Netflix you're still there".

Tilläggsskärmbilder

screenshot

Ladda ner Still Here-förlängningens CRX-fil

Ladda ner Still Here-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Still Here Still Here
ID einlccdnblainedghjekipohnodkgpno
Officiell webbadress https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno
Beskrivning Automatically tell Netflix you're still there
Filstorlek 18.85 KB
Antal Installationer 44
Aktuell Version 1.0.0
Senast Uppdaterad 2016-03-29
Publiceringsdatum 2016-03-29
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare irwing
Betalningssätt free
Tilläggswebbplats http://stillhere.irwingreza.com
Stödda Språk 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*"
    ]
}