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
官方網址 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"
        }
    ]
}