YouPause
Automatically pauses Youtube videos when they're in a background tab.
Wat is YouPause?
YouPause is een Chrome-extensie ontwikkeld door cI_-__-_Io, en de belangrijkste functie is "Automatically pauses Youtube videos when they're in a background tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouPause
Download YouPause-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dnelpbglhemmgopmfbhkcedddfnfeani |
Officiële URL | https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani |
Beschrijving | Automatically pauses Youtube videos when they're in a background tab. |
Bestandsgrootte | 70.32 KB |
Aantal Installaties | 121 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2014-01-11 |
Publicatiedatum | 2014-01-11 |
Beoordeling | 4.45/5 Totaal 11 Beoordelingen |
Ontwikkelaar | cI_-__-_Io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://cod3.net/reddit/YouPause/ |
Help Pagina-URL | http://redd.it/1t93v7 |
Ondersteunde Talen | 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 } |