Youtube Channel Forwarder

Forwards all YouTube channel Home pages to their Videos page.

什么是Youtube Channel Forwarder?

Youtube Channel Forwarder是由av6825开发的Chrome扩展程序,该扩展的主要功能是“Forwards all YouTube channel Home pages to their Videos page.”。

扩展截图

screenshot

下载Youtube Channel Forwarder扩展crx文件

下载Youtube Channel Forwarder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Youtube Channel Forwarder Youtube Channel Forwarder
ID pdokfmojfabmldekcoopfbfgfcahahab
官方URL https://chromewebstore.google.com/detail/youtube-channel-forwarder/pdokfmojfabmldekcoopfbfgfcahahab
简介 Forwards all YouTube channel Home pages to their Videos page.
文件大小 14.61 KB
安装次数 13
当前版本 1.3
更新时间 2021-06-30
上架时间 2018-08-19
开发者 av6825
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}