Old YouTube Upload Button

Update because of newer icon.

Old YouTube Upload Buttonคืออะไร?

Old YouTube Upload Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย donnaken15 และคุณลักษณะหลักของมันคือ "Update because of newer icon."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Old YouTube Upload Button

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}