YouPause
Automatically pauses Youtube videos when they're in a background tab.
Was ist YouPause?
YouPause ist eine Chrome-Erweiterung, die von cI_-__-_Io entwickelt wurde, und ihr Hauptmerkmal ist "Automatically pauses Youtube videos when they're in a background tab.".
Erweiterungsscreenshots
YouPause-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouPause-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dnelpbglhemmgopmfbhkcedddfnfeani |
| Offizielle URL | https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani |
| Beschreibung | Automatically pauses Youtube videos when they're in a background tab. |
| Dateigröße | 70.32 KB |
| Installationsanzahl | 121 |
| Aktuelle Version | 1.2.0 |
| Letztes Update | 2014-01-11 |
| Veröffentlichungsdatum | 2014-01-11 |
| Bewertung | 4.45/5 Insgesamt 11 Bewertungen |
| Entwickler | cI_-__-_Io |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://cod3.net/reddit/YouPause/ |
| Hilfeseite URL | http://redd.it/1t93v7 |
| Unterstützte Sprachen | 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
} | |