Zen Audio Player redirector

Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.

Co to jest Zen Audio Player redirector?

Zen Audio Player redirector to rozszerzenie Chrome opracowane przez https://zen-audio-player.github.io, a jego główną funkcją jest „Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Zen Audio Player redirector

Pobierz pliki rozszerzeń Zen Audio Player redirector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Zen Audio Player redirector Zen Audio Player redirector
ID jlkomkpeedajclllhhfkloddbihmcjlm
Oficjalny URL https://chromewebstore.google.com/detail/zen-audio-player-redirect/jlkomkpeedajclllhhfkloddbihmcjlm
Opis Redirects YouTube videos to Zen Audio Player when adding '&zen' or '/zen' to the end of a URL.
Rozmiar pliku 74.33 KB
Liczba instalacji 47
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2015-10-06
Data Publikacji 2015-10-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://zen-audio-player.github.io
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/zen-audio-player/extension-chrome
Adres URL Strony Pomocy https://github.com/zen-audio-player/extension-chrome/issues
Obsługiwane Języki 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
}