Piped Watch

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

Vad är Piped Watch?

Piped Watch är en Chrome-tillägg utvecklad av DEIV ASTRA, och dess huvudfunktion är "Redirect YouTube videos to Piped and Invidious, an alternative frontends.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Piped Watch-förlängningens CRX-fil

Ladda ner Piped Watch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Piped Watch Piped Watch
ID nhajdicnhahncdcfjahgoabikbbemocl
Officiell webbadress https://chromewebstore.google.com/detail/piped-watch/nhajdicnhahncdcfjahgoabikbbemocl
Beskrivning Redirect YouTube videos to Piped and Invidious, an alternative frontends.
Filstorlek 35.68 KB
Antal Installationer 696
Aktuell Version 2.0.2
Senast Uppdaterad 2023-11-01
Publiceringsdatum 2022-11-16
Betyg 3.80/5 Totalt 5 Betyg
Utvecklare DEIV ASTRA
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}