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
官方網址 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
}