Piped Watch

Redirect YouTube videos to Piped and Invidious, an alternative frontends.

Co to jest Piped Watch?

Piped Watch to rozszerzenie Chrome opracowane przez DEIV ASTRA, a jego główną funkcją jest „Redirect YouTube videos to Piped and Invidious, an alternative frontends.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Piped Watch

Pobierz pliki rozszerzeń Piped Watch 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

                        The extension automatically redirects to sites with lightweight responsive UI to increase speed and improve user convenience.                    

Podstawowe informacje o rozszerzeniu

Nazwa Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
Oficjalny URL https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Opis Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Rozmiar pliku 35.68 KB
Liczba instalacji 696
Aktualna Wersja 2.0.2
Ostatnia Aktualizacja 2023-11-01
Data Publikacji 2022-11-16
Ocena 3.80/5 Łącznie 5 Oceny
Deweloper DEIV ASTRA
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Piped Watch",
    "version": "2.0.2",
    "description": "Redirect YouTube videos to Piped and Invidious, an alternative frontends.",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-32.png",
        "48": "icon\/icon-48.png",
        "128": "icon\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "Piped Watch",
        "default_icon": "icon\/icon-32.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "author": "Deiv Astra"
}