CS: GO scores

Get the scores to the most recent pro matches!

CS: GO scores là gì?

CS: GO scores là một tiện ích mở rộng Chrome được phát triển bởi manentea, và tính năng chính của nó là "Get the scores to the most recent pro matches!".

Tải xuống tệp CRX của tiện ích mở rộng CS: GO scores

Tải xuống các tệp mở rộng CS: GO scores 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 CS: GO scores CS: GO scores
ID bpmobdaefnbjcljaafnldeokbpjjifle
URL Chính Thức https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle
Mô tả Get the scores to the most recent pro matches!
Kích Thước Tệp 202 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2015-12-08
Ngày Phát Hành 2015-12-07
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển manentea
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CS: GO scores",
    "description": "Get the scores to the most recent pro matches!",
    "version": "1.8",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/jquery.js",
                ".\/popup.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/*"
    ]
}