YouPause

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

Hvad er YouPause?

YouPause er en Chrome-udvidelse udviklet af cI_-__-_Io, og dens hovedfunktion er "Automatically pauses Youtube videos when they're in a background tab.".

Udvidelsesskærmbilleder

screenshot

Download YouPause-udvidelses-CRX-fil

Download YouPause-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YouPause YouPause
ID dnelpbglhemmgopmfbhkcedddfnfeani
Officiel URL https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani
Beskrivelse Automatically pauses Youtube videos when they're in a background tab.
Filstørrelse 70.32 KB
Antal Installationer 121
Nuværende Version 1.2.0
Senest Opdateret 2014-01-11
Udgivelsesdato 2014-01-11
Bedømmelse 4.45/5 Samlet 11 Bedømmelser
Udvikler cI_-__-_Io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://cod3.net/reddit/YouPause/
Hjælpeside-URL http://redd.it/1t93v7
Understøttede Sprog 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
}