CS: GO scores
Get the scores to the most recent pro matches!
Cos'è CS: GO scores?
CS: GO scores è un'estensione di Chrome sviluppata da manentea, e la sua funzione principale è "Get the scores to the most recent pro matches!".
Scarica il file CRX dell'estensione CS: GO scores
Scarica i file di estensione CS: GO scores in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | CS: GO scores |
ID | bpmobdaefnbjcljaafnldeokbpjjifle |
URL Ufficiale | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
Descrizione | Get the scores to the most recent pro matches! |
Dimensione del File | 202 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2015-12-08 |
Data di Pubblicazione | 2015-12-07 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | manentea |
Tipo di Pagamento | free |
Lingue Supportate | 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\/*" ] } |