YouPause

Automatically pauses Youtube videos when they're in a background tab.

YouPause क्या है?

YouPause cI_-__-_Io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically pauses Youtube videos when they're in a background tab."।

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

screenshot

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

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

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

                        YouPause is a Google Chrome extension that automatically pauses YouTube videos when they're in a background tab. 
That way, only the current (focused) Youtube video is playing. 
If you open a new YouTube tab in the background it will start downloading silently.                    

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

नाम YouPause YouPause
ID dnelpbglhemmgopmfbhkcedddfnfeani
आधिकारिक URL https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani
विवरण Automatically pauses Youtube videos when they're in a background tab.
फ़ाइल का आकार 70.32 KB
स्थापना संख्या 121
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2014-01-11
प्रकाशन तिथि 2014-01-11
रेटिंग 4.45/5 कुल 11 रेटिंग्स
डेवलपर cI_-__-_Io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://cod3.net/reddit/YouPause/
सहायता पृष्ठ URL http://redd.it/1t93v7
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouPause",
    "version": "1.2.0",
    "description": "Automatically pauses Youtube videos when they're in a background tab.",
    "page_action": {
        "default_icon": {
            "19": "img\/icon-19.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "YouPause"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "http:\/\/*.youtube.com\/",
        "https:\/\/*.youtube.com\/"
    ],
    "icons": {
        "19": "img\/icon-19.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "manifest_version": 2
}