Analytics Dashboard Extension
open the analytics dashboard from the roblox game/avatar page
什么是Analytics Dashboard Extension?
Analytics Dashboard Extension是由caohaowen开发的Chrome扩展程序,该扩展的主要功能是“open the analytics dashboard from the roblox game/avatar page”。
扩展截图
下载Analytics Dashboard Extension扩展crx文件
下载Analytics Dashboard Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension is to help quickly navigate to the analytics page from the Roblox game page for the Roblox game developer. 扩展基本信息
| 名称 | |
| ID | nmikgnelnemgjmlbhffcpfdjeepnnmad |
| 官方URL | https://chromewebstore.google.com/detail/analytics-dashboard-exten/nmikgnelnemgjmlbhffcpfdjeepnnmad |
| 简介 | open the analytics dashboard from the roblox game/avatar page |
| 文件大小 | 45.78 KB |
| 安装次数 | 155 |
| 当前版本 | 1.2 |
| 更新时间 | 2023-09-23 |
| 上架时间 | 2023-01-04 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | caohaowen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Analytics Dashboard Extension",
"description": "open the analytics dashboard from the roblox game\/avatar page",
"version": "1.2",
"manifest_version": 3,
"permissions": [
"tabs"
],
"host_permissions": [
"*:\/\/*.roblox.com\/"
],
"action": {
"default_icon": "icon.png"
},
"background": {
"service_worker": "background.js"
}
} | |