CS: GO scores
Get the scores to the most recent pro matches!
Was ist CS: GO scores?
CS: GO scores ist eine Chrome-Erweiterung, die von manentea entwickelt wurde, und ihr Hauptmerkmal ist "Get the scores to the most recent pro matches!".
CS: GO scores-Erweiterungs-CRX-Datei herunterladen
Laden Sie CS: GO scores-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bpmobdaefnbjcljaafnldeokbpjjifle |
| Offizielle URL | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
| Beschreibung | Get the scores to the most recent pro matches! |
| Dateigröße | 202 KB |
| Installationsanzahl | 37 |
| Aktuelle Version | 1.8 |
| Letztes Update | 2015-12-08 |
| Veröffentlichungsdatum | 2015-12-07 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | manentea |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |