Roblox Live Sales Count
A quick redirect to a live counter for your roblox items!
什么是Roblox Live Sales Count?
Roblox Live Sales Count是由donovan开发的Chrome扩展程序,该扩展的主要功能是“A quick redirect to a live counter for your roblox items!”。
扩展截图
下载Roblox Live Sales Count扩展crx文件
下载Roblox Live Sales Count扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Roblox Live Sales Count is an extension that was made for easy access to a live counter of sales on a Roblox item.
A little icon will pop up on any item that will redirect you to a web page with the live sales counter on it. 扩展基本信息
| 名称 | |
| ID | fbkckknfepmjednmkdkmplplcggkfbbn |
| 官方URL | https://chromewebstore.google.com/detail/roblox-live-sales-count/fbkckknfepmjednmkdkmplplcggkfbbn |
| 简介 | A quick redirect to a live counter for your roblox items! |
| 文件大小 | 380 KB |
| 安装次数 | 11,190 |
| 当前版本 | 1.1.5 |
| 更新时间 | 2019-03-14 |
| 上架时间 | 2019-03-14 |
| 评分 | 2.08/5 共39次评分 |
| 开发者 | donovan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Roblox Live Sales Count",
"version": "1.1.5",
"description": "A quick redirect to a live counter for your roblox items!",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"content.js"
],
"matches": [
"https:\/\/www.roblox.com\/catalog\/*",
"https:\/\/www.roblox.com\/game-pass\/*",
"https:\/\/www.roblox.com\/library\/*",
"https:\/\/donovan.vaxxine.com\/livecount\/*",
"http:\/\/donovan.vaxxine.com\/livecount\/*"
]
}
]
} | |