CSGO.exchange Auto retrieve

Auto retrieve

CSGO.exchange Auto retrieve là gì?

CSGO.exchange Auto retrieve là một tiện ích mở rộng Chrome được phát triển bởi https://www.protogalaxy.me, và tính năng chính của nó là "Auto retrieve".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng CSGO.exchange Auto retrieve

Tải xuống các tệp mở rộng CSGO.exchange Auto retrieve dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên CSGO.exchange Auto retrieve CSGO.exchange Auto retrieve
ID pgocnhcnmcbeidhipdcpnolnenapnnog
URL Chính Thức https://chromewebstore.google.com/detail/csgoexchange-auto-retriev/pgocnhcnmcbeidhipdcpnolnenapnnog
Mô tả Auto retrieve
Kích Thước Tệp 116 KB
Số Lần Cài Đặt 70
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2017-10-31
Ngày Phát Hành 2017-10-31
Nhà Phát Triển https://www.protogalaxy.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.protogalaxy.me/csgo-exchange-autoretrieve/
URL Trang Trợ Giúp https://github.com/CauserLee/CSGO.exchange-Autoretrieve
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}