CSGO.exchange Auto retrieve

Auto retrieve

什麼是CSGO.exchange Auto retrieve?

CSGO.exchange Auto retrieve是由https://www.protogalaxy.me開發的Chrome擴展程式,該擴展的主要功能是“Auto retrieve”。

擴展截圖

screenshot

下載CSGO.exchange Auto retrieve擴展crx文件

下載CSGO.exchange Auto retrieve擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}