CS: GO scores
Get the scores to the most recent pro matches!
Co to jest CS: GO scores?
CS: GO scores to rozszerzenie Chrome opracowane przez manentea, a jego główną funkcją jest „Get the scores to the most recent pro matches!”.
Pobierz plik CRX rozszerzenia CS: GO scores
Pobierz pliki rozszerzeń CS: GO scores w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bpmobdaefnbjcljaafnldeokbpjjifle |
| Oficjalny URL | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
| Opis | Get the scores to the most recent pro matches! |
| Rozmiar pliku | 202 KB |
| Liczba instalacji | 37 |
| Aktualna Wersja | 1.8 |
| Ostatnia Aktualizacja | 2015-12-08 |
| Data Publikacji | 2015-12-07 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | manentea |
| Typ Płatności | free |
| Obsługiwane Języki | 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\/*"
]
} | |