OPSkins Enhanced

OPSkins Enhanced. Sort By Discount %, Price, Wear.

OPSkins Enhancedคืออะไร?

OPSkins Enhanced เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danial Nickford และคุณลักษณะหลักของมันคือ "OPSkins Enhanced. Sort By Discount %, Price, Wear."

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

screenshot

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

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

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

                        OPSkins Enhanced.
Sort By Discount %, Price, Wear.                    

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

ชื่อ OPSkins Enhanced OPSkins Enhanced
ID gdpblaikfgfnlbmpnghhdmngljdhlmdn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/opskins-enhanced/gdpblaikfgfnlbmpnghhdmngljdhlmdn
คำอธิบาย OPSkins Enhanced. Sort By Discount %, Price, Wear.
ขนาดไฟล์ 195 KB
จำนวนการติดตั้ง 129
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2016-06-01
วันที่เผยแพร่ 2016-06-01
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Danial Nickford
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OPSkins Enhanced",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opskins.com\/?loc=shop_search*app=730*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "opskins.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}