Nitro Type stats on race page viewer
Easily access info from the Nitro Type stats page on the race page
什么是Nitro Type stats on race page viewer?
Nitro Type stats on race page viewer是由Ginfio开发的Chrome扩展程序,该扩展的主要功能是“Easily access info from the Nitro Type stats page on the race page”。
扩展截图
下载Nitro Type stats on race page viewer扩展crx文件
下载Nitro Type stats on race page viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easily access the stats (such as session race, average speed, etc) on the race page. -- Requested by Nate Dogg Click on the extension's icon to select and unselect the items that you don't want to be viewed on the race page. Then click update.
扩展基本信息
名称 | Nitro Type stats on race page viewer |
ID | blimgkgjfghpffcafichipghelgmkfdj |
官方URL | https://chromewebstore.google.com/detail/nitro-type-stats-on-race/blimgkgjfghpffcafichipghelgmkfdj |
简介 | Easily access info from the Nitro Type stats page on the race page |
文件大小 | 16.07 KB |
安装次数 | 1,472 |
当前版本 | 1.2 |
更新时间 | 2021-11-18 |
上架时间 | 2021-11-04 |
评分 | 5.00/5 共4次评分 |
开发者 | Ginfio |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nitro Type stats on race page viewer", "description": "Easily access info from the Nitro Type stats page on the race page", "version": "1.2", "manifest_version": 2, "icons": { "16": "forstats16.png", "48": "forstats48.png", "128": "forstats128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.nitrotype.com\/*" ], "js": [ "content.js", "popup.js" ], "css": [ "fix.css" ] } ], "permissions": [ "tabs" ], "browser_action": { "default_popup": "popup.html", "default_title": "Nitro Type cars cursor" } } |