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
Eメール [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
}