Zen Audio Player redirector
Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.
Zen Audio Player redirector क्या है?
Zen Audio Player redirector https://zen-audio-player.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Zen Audio Player redirector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Zen Audio Player redirector |
ID | jlkomkpeedajclllhhfkloddbihmcjlm |
आधिकारिक URL | https://chromewebstore.google.com/detail/zen-audio-player-redirect/jlkomkpeedajclllhhfkloddbihmcjlm |
विवरण | Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL. |
फ़ाइल का आकार | 74.33 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2015-10-06 |
प्रकाशन तिथि | 2015-10-05 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://zen-audio-player.github.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/zen-audio-player/extension-chrome |
सहायता पृष्ठ URL | https://github.com/zen-audio-player/extension-chrome/issues |
समर्थित भाषाएँ | 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 } |