CSGO.exchange Auto retrieve

Auto retrieve

O que é CSGO.exchange Auto retrieve?

CSGO.exchange Auto retrieve é uma extensão do Chrome desenvolvida por https://www.protogalaxy.me, e sua principal característica é "Auto retrieve".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CSGO.exchange Auto retrieve

Baixe arquivos de extensão CSGO.exchange Auto retrieve no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome CSGO.exchange Auto retrieve CSGO.exchange Auto retrieve
ID pgocnhcnmcbeidhipdcpnolnenapnnog
URL Oficial https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog
Descrição Auto retrieve
Tamanho do Arquivo 116 KB
Contagem de Instalações 70
Versão Atual 1.5
Última Atualização 2017-10-31
Data de Publicação 2017-10-31
Desenvolvedor https://www.protogalaxy.me
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.protogalaxy.me/csgo-exchange-autoretrieve/
URL da Página de Ajuda https://github.com/CauserLee/CSGO.exchange-Autoretrieve
Idiomas Suportados 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"
    ]
}