YouPause

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

Qu'est-ce que YouPause ?

YouPause est une extension Chrome développée par cI_-__-_Io, et sa fonction principale est "Automatically pauses Youtube videos when they're in a background tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouPause

Téléchargez les fichiers d'extension YouPause au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom YouPause YouPause
ID dnelpbglhemmgopmfbhkcedddfnfeani
URL Officiel https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani
Description Automatically pauses Youtube videos when they're in a background tab.
Taille du Fichier 70.32 KB
Nombre d'Installations 121
Version Actuelle 1.2.0
Dernière Mise à Jour 2014-01-11
Date de Publication 2014-01-11
Évaluation 4.45/5 Total 11 Évaluations
Développeur cI_-__-_Io
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://cod3.net/reddit/YouPause/
URL de la Page d'Aide http://redd.it/1t93v7
Langues Prises en Charge 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
}