YouTube to Piped.video Redirector

Redirects from YouTube to Piped.video using the video's ID

Hvad er YouTube to Piped.video Redirector?

YouTube to Piped.video Redirector er en Chrome-udvidelse udviklet af lloydbanks, og dens hovedfunktion er "Redirects from YouTube to Piped.video using the video's ID".

Udvidelsesskærmbilleder

screenshot

Download YouTube to Piped.video Redirector-udvidelses-CRX-fil

Download YouTube to Piped.video Redirector-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Redirects from YouTube to Piped.video using the video's ID                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube to Piped.video Redirector YouTube to Piped.video Redirector
ID nikbbopfmmjejmgkaapcipbcdogkpgac
Officiel URL https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac
Beskrivelse Redirects from YouTube to Piped.video using the video's ID
Filstørrelse 102 KB
Antal Installationer 104
Nuværende Version 1.0
Senest Opdateret 2023-10-24
Udgivelsesdato 2023-10-23
Udvikler lloydbanks
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/dmitry-js/youtube-piped.video-redirector
Understøttede Sprog en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube to Piped.video Redirector",
    "version": "1.0",
    "description": "Redirects from YouTube to Piped.video using the video's ID",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}