CS: GO scores
Get the scores to the most recent pro matches!
Vad är CS: GO scores?
CS: GO scores är en Chrome-tillägg utvecklad av manentea, och dess huvudfunktion är "Get the scores to the most recent pro matches!".
Ladda ner CS: GO scores-förlängningens CRX-fil
Ladda ner CS: GO scores-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | CS: GO scores |
ID | bpmobdaefnbjcljaafnldeokbpjjifle |
Officiell webbadress | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
Beskrivning | Get the scores to the most recent pro matches! |
Filstorlek | 202 KB |
Antal Installationer | 37 |
Aktuell Version | 1.8 |
Senast Uppdaterad | 2015-12-08 |
Publiceringsdatum | 2015-12-07 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | manentea |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } |