Youtube Channel Forwarder

Forwards all YouTube channel Home pages to their Videos page.

What is Youtube Channel Forwarder?

Youtube Channel Forwarder is a Chrome extension developed by av6825, and its main feature is "Forwards all YouTube channel Home pages to their Videos page.".

Extension Screenshots

screenshot

Download Youtube Channel Forwarder Extension CRX File

Download Youtube Channel Forwarder 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

                        Youtube Channel Forwarder is a tiny app that forwards all youtube links to a channel's Home page to their Videos page. I created this app for myself because I hate being directed to the youtube channel Home page which usually includes an autoplaying video that I don't want to see.                    

Extension Basic Information

Name Youtube Channel Forwarder Youtube Channel Forwarder
ID pdokfmojfabmldekcoopfbfgfcahahab
Official URL https://chromewebstore.google.com/detail/youtube-channel-forwarder/pdokfmojfabmldekcoopfbfgfcahahab
Description Forwards all YouTube channel Home pages to their Videos page.
File Size 14.61 KB
Installation Count 13
Current Version 1.3
Last Updated 2021-06-30
Publish Date 2018-08-19
Developer av6825
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Channel Forwarder",
    "version": "1.3",
    "description": "Forwards all YouTube channel Home pages to their Videos page.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html",
        "default_title": "Youtube Channel Forwarder"
    },
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}