tf2mart helper

Shows up additional Trade button

tf2mart helperคืออะไร?

tf2mart helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tf2 และคุณลักษณะหลักของมันคือ "Shows up additional Trade button"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tf2mart helper

ดาวน์โหลดไฟล์ส่วนขยาย tf2mart helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Shows up additional Trade button                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ tf2mart helper tf2mart helper
ID pfacmpcgkiicbpdnmihgjcfggmhjcgmp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp
คำอธิบาย Shows up additional Trade button
ขนาดไฟล์ 58.51 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2018-03-18
วันที่เผยแพร่ 2018-03-18
คะแนน 4.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา tf2
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tf2mart helper",
    "version": "1.1.2",
    "icons": {
        "16": "images\/empty_16.png",
        "32": "images\/empty_32.png",
        "48": "images\/empty_48.png",
        "64": "images\/empty_64.png",
        "128": "images\/empty_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tf2mart.net\/order"
            ],
            "js": [
                "content_scripts\/end.js",
                "content_scripts\/main.js",
                "content_scripts\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/empty_32.png",
        "default_title": "tf2mart helper",
        "default_popup": "popup\/popup.html"
    }
}