YouTube to Piped.video Redirector
Redirects from YouTube to Piped.video using the video's ID
Was ist YouTube to Piped.video Redirector?
YouTube to Piped.video Redirector ist eine Chrome-Erweiterung, die von lloydbanks entwickelt wurde, und ihr Hauptmerkmal ist "Redirects from YouTube to Piped.video using the video's ID".
Erweiterungsscreenshots
YouTube to Piped.video Redirector-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube to Piped.video Redirector-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Redirects from YouTube to Piped.video using the video's ID Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nikbbopfmmjejmgkaapcipbcdogkpgac |
| Offizielle URL | https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac |
| Beschreibung | Redirects from YouTube to Piped.video using the video's ID |
| Dateigröße | 102 KB |
| Installationsanzahl | 104 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2023-10-24 |
| Veröffentlichungsdatum | 2023-10-23 |
| Entwickler | lloydbanks |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://github.com/dmitry-js/youtube-piped.video-redirector |
| Unterstützte Sprachen | 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"
}
} | |