YouTube to Piped.video Redirector

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

Wat is YouTube to Piped.video Redirector?

YouTube to Piped.video Redirector is een Chrome-extensie ontwikkeld door lloydbanks, en de belangrijkste functie is "Redirects from YouTube to Piped.video using the video's ID".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube to Piped.video Redirector

Download YouTube to Piped.video Redirector-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube to Piped.video Redirector YouTube to Piped.video Redirector
ID nikbbopfmmjejmgkaapcipbcdogkpgac
Officiële URL https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac
Beschrijving Redirects from YouTube to Piped.video using the video's ID
Bestandsgrootte 102 KB
Aantal Installaties 104
Huidige Versie 1.0
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2023-10-23
Ontwikkelaar lloydbanks
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/dmitry-js/youtube-piped.video-redirector
Ondersteunde Talen 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"
    }
}