NetflixCaffeine

Prevents your computer from going to sleep while watching a movie or series on Netflix.

NetflixCaffeine क्या है?

NetflixCaffeine Nauer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Prevents your computer from going to sleep while watching a movie or series on Netflix."।

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

screenshot

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

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

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

                        NetflixCaffeine is a small fix which prevents your computer from going to sleep or turning off/dimming the screen while watching a movie or series on Netflix. 

This is particularly meant for fixing the problem where Netflix continues to the next episode in a series and shortly after your computer goes to sleep.                    

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

नाम NetflixCaffeine NetflixCaffeine
ID jhcfpiipelaeoggobkjkifgehcnapjlh
आधिकारिक URL https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh
विवरण Prevents your computer from going to sleep while watching a movie or series on Netflix.
फ़ाइल का आकार 10.7 KB
स्थापना संख्या 274
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2015-01-19
प्रकाशन तिथि 2015-01-19
रेटिंग 3.31/5 कुल 13 रेटिंग्स
डेवलपर Nauer
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetflixCaffeine",
    "description": "Prevents your computer from going to sleep while watching a movie or series on Netflix.",
    "version": "1.1.0",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "tabs",
        "power"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}