Piped Watch

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

O que é Piped Watch?

Piped Watch é uma extensão do Chrome desenvolvida por DEIV ASTRA, e sua principal característica é "Redirect YouTube videos to Piped and Invidious, an alternative frontends.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Piped Watch

Baixe arquivos de extensão Piped Watch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
URL Oficial https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Descrição Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Tamanho do Arquivo 35.68 KB
Contagem de Instalações 696
Versão Atual 2.0.2
Última Atualização 2023-11-01
Data de Publicação 2022-11-16
Classificação 3.80/5 Total de 5 Avaliações
Desenvolvedor DEIV ASTRA
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}