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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Основная информация о расширении
Название | 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\/*" ] } |