YouTube to Piped.video Redirector

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

Vad är YouTube to Piped.video Redirector?

YouTube to Piped.video Redirector är en Chrome-tillägg utvecklad av lloydbanks, och dess huvudfunktion är "Redirects from YouTube to Piped.video using the video's ID".

Tilläggsskärmbilder

screenshot

Ladda ner YouTube to Piped.video Redirector-förlängningens CRX-fil

Ladda ner YouTube to Piped.video Redirector-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

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

Grundläggande Information om Tillägg

Namn YouTube to Piped.video Redirector YouTube to Piped.video Redirector
ID nikbbopfmmjejmgkaapcipbcdogkpgac
Officiell webbadress https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac
Beskrivning Redirects from YouTube to Piped.video using the video's ID
Filstorlek 102 KB
Antal Installationer 104
Aktuell Version 1.0
Senast Uppdaterad 2023-10-24
Publiceringsdatum 2023-10-23
Utvecklare lloydbanks
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/dmitry-js/youtube-piped.video-redirector
Stödda Språk 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"
    }
}