CS: GO scores
Get the scores to the most recent pro matches!
ما هو CS: GO scores؟
CS: GO scores هو إضافة Chrome تم تطويرها بواسطة manentea، والميزة الرئيسية لها هي "Get the scores to the most recent pro matches!".
تحميل ملف CRX للإضافة CS: GO scores
قم بتنزيل ملفات الامتداد CS: GO scores بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | CS: GO scores |
ID | bpmobdaefnbjcljaafnldeokbpjjifle |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cs-go-scores/bpmobdaefnbjcljaafnldeokbpjjifle |
الوصف | Get the scores to the most recent pro matches! |
حجم الملف | 202 KB |
عدد التثبيتات | 37 |
النسخة الحالية | 1.8 |
آخر تحديث | 2015-12-08 |
تاريخ النشر | 2015-12-07 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | manentea |
نوع الدفع | free |
اللغات المدعومة | 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\/*" ] } |