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 |
| 官方網址 | 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\/*"
]
}
]
} | |