Csgopolygon Withdraw Assistant

A chrome extension for retrieving new items in the withdraw panel

Csgopolygon Withdraw Assistantคืออะไร?

Csgopolygon Withdraw Assistant เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.protogalaxy.me และคุณลักษณะหลักของมันคือ "A chrome extension for retrieving new items in the withdraw panel"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Csgopolygon Withdraw Assistant

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

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

                        A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.                    

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

ชื่อ Csgopolygon Withdraw Assistant Csgopolygon Withdraw Assistant
ID hbjkpapgkolonobiohhihjlbfeihcbio
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio
คำอธิบาย A chrome extension for retrieving new items in the withdraw panel
ขนาดไฟล์ 112 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2017-11-08
วันที่เผยแพร่ 2017-11-08
ผู้พัฒนา https://www.protogalaxy.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.protogalaxy.me
URL หน้าช่วยเหลือ https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Csgopolygon Withdraw Assistant",
    "short_name": "Withdraw Assistant",
    "description": "A chrome extension for retrieving new items in the withdraw panel",
    "version": "0.9",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/images\/icon16.png",
            "24": "assets\/images\/icon24.png",
            "32": "assets\/images\/icon32.png"
        },
        "default_title": "Withdraw Assistant",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/imports\/jquery-3.2.1.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/csgopolygon.com\/withdraw.php"
            ],
            "css": [
                "assets\/css\/withdraw.css"
            ],
            "js": [
                "assets\/imports\/jQuery-3.2.1.min.js",
                "assets\/js\/withdraw.js"
            ]
        }
    ]
}