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开发的Chrome扩展程序,该扩展的主要功能是“Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.”。

扩展截图

screenshot

下载Zen Audio Player redirector扩展crx文件

下载Zen Audio Player redirector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
}