Piped Watch

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

Was ist Piped Watch?

Piped Watch ist eine Chrome-Erweiterung, die von DEIV ASTRA entwickelt wurde, und ihr Hauptmerkmal ist "Redirect YouTube videos to Piped and Invidious, an alternative frontends.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Piped Watch-Erweiterungs-CRX-Datei herunterladen

Laden Sie Piped Watch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
Offizielle URL https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Beschreibung Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Dateigröße 35.68 KB
Installationsanzahl 696
Aktuelle Version 2.0.2
Letztes Update 2023-11-01
Veröffentlichungsdatum 2022-11-16
Bewertung 3.80/5 Insgesamt 5 Bewertungen
Entwickler DEIV ASTRA
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}