CSGO.exchange Auto retrieve

Auto retrieve

CSGO.exchange Auto retrieve क्या है?

CSGO.exchange Auto retrieve https://www.protogalaxy.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto retrieve"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CSGO.exchange Auto retrieve एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        CSGO.exchange Auto retrieve is a Chrome extension for retrieving CS:GO skins' float exteriors automatically in csgo.exchange.                    

एक्सटेंशन की मूल जानकारी

नाम CSGO.exchange Auto retrieve CSGO.exchange Auto retrieve
ID pgocnhcnmcbeidhipdcpnolnenapnnog
आधिकारिक URL https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog
विवरण Auto retrieve
फ़ाइल का आकार 116 KB
स्थापना संख्या 70
वर्तमान संस्करण 1.5
अंतिम अपडेट 2017-10-31
प्रकाशन तिथि 2017-10-31
डेवलपर https://www.protogalaxy.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.protogalaxy.me/csgo-exchange-autoretrieve/
सहायता पृष्ठ URL https://github.com/CauserLee/CSGO.exchange-Autoretrieve
समर्थित भाषाएँ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CSGO.exchange Auto retrieve",
    "author": "Arthur.Lee",
    "version": "1.5",
    "description": "Auto retrieve",
    "icons": {
        "128": "action.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/csgo.exchange\/"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "logic.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/csgo.exchange\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery.js",
                "popup.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Auto retrieve",
        "default_icon": "action.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "logic.js"
    ]
}