Still Here

Automatically tell Netflix you're still there

Qu'est-ce que Still Here ?

Still Here est une extension Chrome développée par irwing, et sa fonction principale est "Automatically tell Netflix you're still there".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Still Here

Téléchargez les fichiers d'extension Still Here 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

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

Informations de Base sur l'Extension

Nom Still Here Still Here
ID einlccdnblainedghjekipohnodkgpno
URL Officiel https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno
Description Automatically tell Netflix you're still there
Taille du Fichier 18.85 KB
Nombre d'Installations 44
Version Actuelle 1.0.0
Dernière Mise à Jour 2016-03-29
Date de Publication 2016-03-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur irwing
Type de Paiement free
Site Web de l'Extension http://stillhere.irwingreza.com
Langues Prises en Charge 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*"
    ]
}