YouPause

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

What is YouPause?

YouPause is a Chrome extension developed by cI_-__-_Io, and its main feature is "Automatically pauses Youtube videos when they're in a background tab.".

Extension Screenshots

screenshot

Download YouPause Extension CRX File

Download YouPause extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouPause YouPause
ID dnelpbglhemmgopmfbhkcedddfnfeani
Official URL https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani
Description Automatically pauses Youtube videos when they're in a background tab.
File Size 70.32 KB
Installation Count 121
Current Version 1.2.0
Last Updated 2014-01-11
Publish Date 2014-01-11
Rating 4.45/5 Total 11 Ratings
Developer cI_-__-_Io
Email [email protected]
Payment Type free
Extension Website http://cod3.net/reddit/YouPause/
Help Page URL http://redd.it/1t93v7
Supported Languages 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
}