CS: GO scores

Get the scores to the most recent pro matches!

What is CS: GO scores?

CS: GO scores is a Chrome extension developed by manentea, and its main feature is "Get the scores to the most recent pro matches!".

Download CS: GO scores Extension CRX File

Download CS: GO scores extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name CS: GO scores CS: GO scores
ID bpmobdaefnbjcljaafnldeokbpjjifle
Official URL https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle
Description Get the scores to the most recent pro matches!
File Size 202 KB
Installation Count 37
Current Version 1.8
Last Updated 2015-12-08
Publish Date 2015-12-07
Rating 5.00/5 Total 1 Ratings
Developer manentea
Payment Type free
Supported Languages 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\/*"
    ]
}