CS: GO scores
Get the scores to the most recent pro matches!
Apa itu CS: GO scores?
CS: GO scores adalah ekstensi Chrome yang dikembangkan oleh manentea, dan fitur utamanya adalah "Get the scores to the most recent pro matches!".
Unduh Berkas CRX Ekstensi CS: GO scores
Unduh file ekstensi CS: GO scores dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
| Nama | |
| ID | bpmobdaefnbjcljaafnldeokbpjjifle |
| URL Resmi | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
| Deskripsi | Get the scores to the most recent pro matches! |
| Ukuran File | 202 KB |
| Jumlah Instalasi | 37 |
| Versi Saat Ini | 1.8 |
| Terakhir Diperbarui | 2015-12-08 |
| Tanggal Publikasi | 2015-12-07 |
| Penilaian | 5.00/5 Total 1 Penilaian |
| Pengembang | manentea |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | 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\/*"
]
} | |