Zen Audio Player redirector
Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.
Wat is Zen Audio Player redirector?
Zen Audio Player redirector is een Chrome-extensie ontwikkeld door https://zen-audio-player.github.io, en de belangrijkste functie is "Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.".
Extensie Screenshots
Download het CRX-bestand van de extensie Zen Audio Player redirector
Download Zen Audio Player redirector-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
Listen to YouTube videos without the distracting visuals. Just add "/zen" or "&zen" to the end of any YouTube URL and you'll be redirected. This extension is too simple to be malicious, and the source code is available on GitHub, see the website link below.
Basisinformatie over de Extensie
Naam | Zen Audio Player redirector |
ID | jlkomkpeedajclllhhfkloddbihmcjlm |
Officiële URL | https://chromewebstore.google.com/detail/zen-audio-player-redirect/jlkomkpeedajclllhhfkloddbihmcjlm |
Beschrijving | Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL. |
Bestandsgrootte | 74.33 KB |
Aantal Installaties | 47 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2015-10-06 |
Publicatiedatum | 2015-10-05 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://zen-audio-player.github.io |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/zen-audio-player/extension-chrome |
Help Pagina-URL | https://github.com/zen-audio-player/extension-chrome/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zen Audio Player redirector", "version": "0.1.1", "description": "Redirects YouTube videos to Zen Audio Player when adding '&zen' or '\/zen' to the end of a URL.", "background": { "persistent": true, "scripts": [ "background.js" ] }, "icons": { "128": "zen-audio-player-128.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.youtube.com\/*" ], "manifest_version": 2 } |