YouPause
Automatically pauses Youtube videos when they're in a background tab.
Vad är YouPause?
YouPause är en Chrome-tillägg utvecklad av cI_-__-_Io, och dess huvudfunktion är "Automatically pauses Youtube videos when they're in a background tab.".
Tilläggsskärmbilder
Ladda ner YouPause-förlängningens CRX-fil
Ladda ner YouPause-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dnelpbglhemmgopmfbhkcedddfnfeani |
Officiell webbadress | https://chrome.google.com/webstore/detail/youpause/dnelpbglhemmgopmfbhkcedddfnfeani |
Beskrivning | Automatically pauses Youtube videos when they're in a background tab. |
Filstorlek | 70.32 KB |
Antal Installationer | 121 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2014-01-11 |
Publiceringsdatum | 2014-01-11 |
Betyg | 4.45/5 Totalt 11 Betyg |
Utvecklare | cI_-__-_Io |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://cod3.net/reddit/YouPause/ |
Hjälpsida URL | http://redd.it/1t93v7 |
Stödda Språk | 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 } |