YouMute(r)
Chrome plugin that automatically mutes youtube commercials.
Vad är YouMute(r)?
YouMute(r) är en Chrome-tillägg utvecklad av Adam Gajzlerowicz, och dess huvudfunktion är "Chrome plugin that automatically mutes youtube commercials.".
Tilläggsskärmbilder
Ladda ner YouMute(r)-förlängningens CRX-fil
Ladda ner YouMute(r)-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
Chrome plugin that automatically mutes youtube commercials. After the commercial finished, the volume goes back up. Thanks to it, casters can still be reworded by youtube, but you don't have to listen to crappy commercials.
Grundläggande Information om Tillägg
Namn | |
ID | hbhjkldledabllijjmnmfhhiejephibe |
Officiell webbadress | https://chrome.google.com/webstore/detail/youmuter/hbhjkldledabllijjmnmfhhiejephibe |
Beskrivning | Chrome plugin that automatically mutes youtube commercials. |
Filstorlek | 8.27 KB |
Antal Installationer | 355 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2017-10-13 |
Publiceringsdatum | 2017-10-13 |
Betyg | 3.05/5 Totalt 19 Betyg |
Utvecklare | Adam Gajzlerowicz |
Betalningssätt | free |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouMute(r)", "short_name": "YouMute(r)", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "Chrome plugin that automatically mutes youtube commercials.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "muter.js" ] } ] } |