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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zen-audio-player.github.io และคุณลักษณะหลักของมันคือ "Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zen Audio Player redirector

ดาวน์โหลดไฟล์ส่วนขยาย 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
}