Old YouTube Upload Button

Update because of newer icon.

Old YouTube Upload Button là gì?

Old YouTube Upload Button là một tiện ích mở rộng Chrome được phát triển bởi donnaken15, và tính năng chính của nó là "Update because of newer icon.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Old YouTube Upload Button

Tải xuống các tệp mở rộng Old YouTube Upload Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Old YouTube Upload Button Old YouTube Upload Button
ID jkiinllijdgelneaclecmpndnidngdea
URL Chính Thức https://chrome.google.com/webstore/detail/old-youtube-upload-button/jkiinllijdgelneaclecmpndnidngdea
Mô tả Update because of newer icon.
Kích Thước Tệp 8.34 KB
Số Lần Cài Đặt 608
Phiên Bản Hiện Tại 1.14
Cập Nhật Lần Cuối 2018-08-02
Ngày Phát Hành 2018-07-31
Đánh Giá 2.62/5 Tổng số 13 Đánh Giá
Nhà Phát Triển donnaken15
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}