Steam-Buyer

Steam-Buyer is a simple application to make purchases in the Steam store.

Steam-Buyer là gì?

Steam-Buyer là một tiện ích mở rộng Chrome được phát triển bởi d42f, và tính năng chính của nó là "Steam-Buyer is a simple application to make purchases in the Steam store.".

Ả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 Steam-Buyer

Tải xuống các tệp mở rộng Steam-Buyer 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

                                            

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

Tên Steam-Buyer Steam-Buyer
ID ppbmhbiefeejlabibcbpecpophmfodei
URL Chính Thức https://chromewebstore.google.com/detail/steam-buyer/ppbmhbiefeejlabibcbpecpophmfodei
Mô tả Steam-Buyer is a simple application to make purchases in the Steam store.
Kích Thước Tệp 251 KB
Số Lần Cài Đặt 120
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2015-06-20
Ngày Phát Hành 2015-06-20
Đánh Giá 2.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển d42f
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/d42f/steam-buyer
URL Trang Trợ Giúp https://github.com/d42f/steam-buyer/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam-Buyer",
    "version": "0.5",
    "description": "Steam-Buyer is a simple application to make purchases in the Steam store.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Steam Buyer",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "lib\/jquery.min.js",
            "src\/config.js",
            "src\/common.js",
            "src\/storage.js",
            "src\/background.js"
        ]
    }
}