Music Mode for YouTube
The distraction-free way to listen to music on YouTube.
Wat is Music Mode for YouTube?
Music Mode for YouTube is een Chrome-extensie ontwikkeld door dotspencer, en de belangrijkste functie is "The distraction-free way to listen to music on YouTube.".
Extensie Screenshots
Download het CRX-bestand van de extensie Music Mode for YouTube
Download Music Mode for YouTube-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
Built for those who like to listen to music on YouTube but don't want to be distracted. Perfect for use at work or school. Works by redirecting all YouTube links to a distraction-free listening page. This allows you to click on videos in search engine results like you normally would. Functionality can easily be disabled using the toggle switch for times you want to see the normal video page.
Basisinformatie over de Extensie
Naam | Music Mode for YouTube |
ID | jeieekjcmkhfffleemgbiooooockfmha |
Officiële URL | https://chromewebstore.google.com/detail/music-mode-for-youtube/jeieekjcmkhfffleemgbiooooockfmha |
Beschrijving | The distraction-free way to listen to music on YouTube. |
Bestandsgrootte | 33.26 KB |
Aantal Installaties | 3,549 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2020-11-18 |
Publicatiedatum | 2020-06-23 |
Beoordeling | 3.50/5 Totaal 10 Beoordelingen |
Ontwikkelaar | dotspencer |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Music Mode for YouTube", "version": "0.2", "description": "The distraction-free way to listen to music on YouTube.", "browser_action": { "default_title": "Music Mode for YouTube", "default_popup": "pages\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch?v=*" ], "run_at": "document_start", "js": [ "inject.js" ] } ], "permissions": [ "storage", "tabs" ], "icons": { "16": "assets\/icon-16.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "manifest_version": 2 } |