Salty Finder
Saltybet database viewer.
什么是Salty Finder?
Salty Finder是由doomsday.wombats开发的Chrome扩展程序,该扩展的主要功能是“Saltybet database viewer.”。
扩展截图
下载Salty Finder扩展crx文件
下载Salty Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows win/lose stats for competitors on Saltybet from a free database. You must be logged in for these stats to show. Source code is available here: https://github.com/mrmoss/saltybet_tools_chrome_extension
扩展基本信息
名称 | |
ID | copocnlfmefhjhcpnciembhppkkaoagi |
官方URL | https://chromewebstore.google.com/detail/salty-finder/copocnlfmefhjhcpnciembhppkkaoagi |
简介 | Saltybet database viewer. |
文件大小 | 61.35 KB |
安装次数 | 1,171 |
当前版本 | 2019.5.8.1 |
更新时间 | 2024-01-28 |
上架时间 | 2019-05-08 |
评分 | 4.00/5 共9次评分 |
开发者 | doomsday.wombats |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://salty.imaprettykitty.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salty Finder", "short_name": "Salty Finder", "description": "Saltybet database viewer.", "version": "2019.5.8.1", "manifest_version": 2, "permissions": [ "http:\/\/mugen.saltybet.com\/", "https:\/\/mugen.saltybet.com\/", "http:\/\/www.saltybet.com\/", "https:\/\/www.saltybet.com\/", "https:\/\/salty.imaprettykitty.com\/" ], "background": { "scripts": [ "js\/xhr_proxy.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/background.js" ], "matches": [ "http:\/\/mugen.saltybet.com\/", "https:\/\/mugen.saltybet.com\/", "http:\/\/www.saltybet.com\/", "https:\/\/www.saltybet.com\/" ], "run_at": "document_end" } ], "icons": { "16": "images\/favicon-16x16.png", "128": "images\/favicon-32x32.png" }, "externally_connectable": { "matches": [ "https:\/\/salty.imaprettykitty.com\/*" ] } } |