Piped Watch

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

Cos'è Piped Watch?

Piped Watch è un'estensione di Chrome sviluppata da DEIV ASTRA, e la sua funzione principale è "Redirect YouTube videos to Piped and Invidious, an alternative frontends.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Piped Watch

Scarica i file di estensione Piped Watch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
URL Ufficiale https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Descrizione Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Dimensione del File 35.68 KB
Conteggio Installazioni 696
Versione Corrente 2.0.2
Ultimo Aggiornamento 2023-11-01
Data di Pubblicazione 2022-11-16
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore DEIV ASTRA
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}