Zen Audio Player redirector
Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.
What is Zen Audio Player redirector?
Zen Audio Player redirector is a Chrome extension developed by https://zen-audio-player.github.io, and its main feature is "Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.".
Extension Screenshots
Download Zen Audio Player redirector Extension CRX File
Download Zen Audio Player redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Zen Audio Player redirector |
ID | jlkomkpeedajclllhhfkloddbihmcjlm |
Official URL | https://chromewebstore.google.com/detail/zen-audio-player-redirect/jlkomkpeedajclllhhfkloddbihmcjlm |
Description | Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL. |
File Size | 74.33 KB |
Installation Count | 47 |
Current Version | 0.1.1 |
Last Updated | 2015-10-06 |
Publish Date | 2015-10-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://zen-audio-player.github.io |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/zen-audio-player/extension-chrome |
Help Page URL | https://github.com/zen-audio-player/extension-chrome/issues |
Supported Languages | 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 } |