Piped Watch

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

Apa itu Piped Watch?

Piped Watch adalah ekstensi Chrome yang dikembangkan oleh DEIV ASTRA, dan fitur utamanya adalah "Redirect YouTube videos to Piped and Invidious, an alternative frontends.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Piped Watch

Unduh file ekstensi Piped Watch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
URL Resmi https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Deskripsi Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Ukuran File 35.68 KB
Jumlah Instalasi 696
Versi Saat Ini 2.0.2
Terakhir Diperbarui 2023-11-01
Tanggal Publikasi 2022-11-16
Penilaian 3.80/5 Total 5 Penilaian
Pengembang DEIV ASTRA
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}