Old YouTube Upload Button

Update because of newer icon.

什么是Old YouTube Upload Button?

Old YouTube Upload Button是由donnaken15开发的Chrome扩展程序,该扩展的主要功能是“Update because of newer icon.”。

扩展截图

screenshot

下载Old YouTube Upload Button扩展crx文件

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

扩展使用说明

                        For users who need the button back and hate the new layouts and styles on the site, like I do, so that's why this extension exists.                    

扩展基本信息

名称 Old YouTube Upload Button Old YouTube Upload Button
ID jkiinllijdgelneaclecmpndnidngdea
官方URL https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea
简介 Update because of newer icon.
文件大小 8.34 KB
安装次数 608
当前版本 1.14
更新时间 2018-08-02
上架时间 2018-07-31
评分 2.62/5 共13次评分
开发者 donnaken15
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old YouTube Upload Button",
    "version": "1.14",
    "manifest_version": 2,
    "description": "Update because of newer icon.",
    "homepage_url": "http:\/\/wez35.weebly.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": [],
    "default_locale": "en",
    "web_accessible_resources": [
        "src\/replace_button.js"
    ],
    "permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "src\/replace_button.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}