Piped Watch

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

Qu'est-ce que Piped Watch ?

Piped Watch est une extension Chrome développée par DEIV ASTRA, et sa fonction principale est "Redirect YouTube videos to Piped and Invidious, an alternative frontends.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Piped Watch

Téléchargez les fichiers d'extension Piped Watch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
URL Officiel https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Description Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Taille du Fichier 35.68 KB
Nombre d'Installations 696
Version Actuelle 2.0.2
Dernière Mise à Jour 2023-11-01
Date de Publication 2022-11-16
Évaluation 3.80/5 Total 5 Évaluations
Développeur DEIV ASTRA
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}