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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}