CS: GO scores
Get the scores to the most recent pro matches!
Hvad er CS: GO scores?
CS: GO scores er en Chrome-udvidelse udviklet af manentea, og dens hovedfunktion er "Get the scores to the most recent pro matches!".
Download CS: GO scores-udvidelses-CRX-fil
Download CS: GO scores-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | CS: GO scores |
ID | bpmobdaefnbjcljaafnldeokbpjjifle |
Officiel URL | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
Beskrivelse | Get the scores to the most recent pro matches! |
Filstørrelse | 202 KB |
Antal Installationer | 37 |
Nuværende Version | 1.8 |
Senest Opdateret | 2015-12-08 |
Udgivelsesdato | 2015-12-07 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | manentea |
Betalingsmetode | free |
Understøttede Sprog | 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\/*" ] } |