YouTube to Piped.video Redirector

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

What is YouTube to Piped.video Redirector?

YouTube to Piped.video Redirector is a Chrome extension developed by lloydbanks, and its main feature is "Redirects from YouTube to Piped.video using the video's ID".

Extension Screenshots

screenshot

Download YouTube to Piped.video Redirector Extension CRX File

Download YouTube to Piped.video Redirector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YouTube to Piped.video Redirector YouTube to Piped.video Redirector
ID nikbbopfmmjejmgkaapcipbcdogkpgac
Official URL https://chromewebstore.google.com/detail/youtube-to-pipedvideo-red/nikbbopfmmjejmgkaapcipbcdogkpgac
Description Redirects from YouTube to Piped.video using the video's ID
File Size 102 KB
Installation Count 104
Current Version 1.0
Last Updated 2023-10-24
Publish Date 2023-10-23
Developer lloydbanks
Email [email protected]
Payment Type free
Help Page URL https://github.com/dmitry-js/youtube-piped.video-redirector
Supported Languages 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"
    }
}