CS: GO scores
Get the scores to the most recent pro matches!
Wat is CS: GO scores?
CS: GO scores is een Chrome-extensie ontwikkeld door manentea, en de belangrijkste functie is "Get the scores to the most recent pro matches!".
Download het CRX-bestand van de extensie CS: GO scores
Download CS: GO scores-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | CS: GO scores |
ID | bpmobdaefnbjcljaafnldeokbpjjifle |
Officiële URL | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
Beschrijving | Get the scores to the most recent pro matches! |
Bestandsgrootte | 202 KB |
Aantal Installaties | 37 |
Huidige Versie | 1.8 |
Laatst Bijgewerkt | 2015-12-08 |
Publicatiedatum | 2015-12-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | manentea |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } |