YouTube logo link

This extension lets you change the link of the YouTube logo.

什么是YouTube logo link?

YouTube logo link是由Lucas Bürgy开发的Chrome扩展程序,该扩展的主要功能是“This extension lets you change the link of the YouTube logo.”。

扩展截图

screenshot

下载YouTube logo link扩展crx文件

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

扩展使用说明

                        By default, it's the subscriptions page.

This extension is open source and available here: https://github.com/burgyl/youtube-icon-link                    

扩展基本信息

名称 YouTube logo link YouTube logo link
ID kjaidkbedipdlfdecahomknafpcffoeo
官方URL https://chrome.google.com/webstore/detail/youtube-logo-link/kjaidkbedipdlfdecahomknafpcffoeo
简介 This extension lets you change the link of the YouTube logo.
文件大小 26.21 KB
安装次数 109
当前版本 1.0.0
更新时间 2020-12-10
上架时间 2020-12-10
评分 5.00/5 共2次评分
开发者 Lucas Bürgy
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/burgyl/youtube-icon-link
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube logo link",
    "description": "This extension lets you change the link of the YouTube logo.",
    "version": "1.0.0",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "storage",
        "http:\/\/*.youtube.com\/",
        "https:\/\/*.youtube.com\/"
    ]
}