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"
        }
    ]
}