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 |
| Eメール | [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\/*"
]
}
]
} | |