CS: GO scores
Get the scores to the most recent pro matches!
什么是CS: GO scores?
CS: GO scores是由manentea开发的Chrome扩展程序,该扩展的主要功能是“Get the scores to the most recent pro matches!”。
下载CS: GO scores扩展crx文件
下载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\/*" ] } |