Still Here

Automatically tell Netflix you're still there

Still Here क्या है?

Still Here irwing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically tell Netflix you're still there"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Still Here एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Still Here Still Here
ID einlccdnblainedghjekipohnodkgpno
आधिकारिक URL https://chromewebstore.google.com/detail/still-here/einlccdnblainedghjekipohnodkgpno
विवरण Automatically tell Netflix you're still there
फ़ाइल का आकार 18.85 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-03-29
प्रकाशन तिथि 2016-03-29
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर irwing
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://stillhere.irwingreza.com
समर्थित भाषाएँ 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*"
    ]
}