CSGO.exchange Auto retrieve

Auto retrieve

What is CSGO.exchange Auto retrieve?

CSGO.exchange Auto retrieve is a Chrome extension developed by https://www.protogalaxy.me, and its main feature is "Auto retrieve".

Extension Screenshots

screenshot

Download CSGO.exchange Auto retrieve Extension CRX File

Download CSGO.exchange Auto retrieve extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name CSGO.exchange Auto retrieve CSGO.exchange Auto retrieve
ID pgocnhcnmcbeidhipdcpnolnenapnnog
Official URL https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog
Description Auto retrieve
File Size 116 KB
Installation Count 70
Current Version 1.5
Last Updated 2017-10-31
Publish Date 2017-10-31
Developer https://www.protogalaxy.me
Email [email protected]
Payment Type free
Extension Website http://www.protogalaxy.me/csgo-exchange-autoretrieve/
Help Page URL https://github.com/CauserLee/CSGO.exchange-Autoretrieve
Supported Languages 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"
    ]
}