YouPause

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

Co to jest YouPause?

YouPause to rozszerzenie Chrome opracowane przez cI_-__-_Io, a jego główną funkcją jest „Automatically pauses Youtube videos when they're in a background tab.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouPause

Pobierz pliki rozszerzeń YouPause w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouPause YouPause
ID dnelpbglhemmgopmfbhkcedddfnfeani
Oficjalny URL https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani
Opis Automatically pauses Youtube videos when they're in a background tab.
Rozmiar pliku 70.32 KB
Liczba instalacji 121
Aktualna Wersja 1.2.0
Ostatnia Aktualizacja 2014-01-11
Data Publikacji 2014-01-11
Ocena 4.45/5 Łącznie 11 Oceny
Deweloper cI_-__-_Io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://cod3.net/reddit/YouPause/
Adres URL Strony Pomocy http://redd.it/1t93v7
Obsługiwane Języki 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
}