Orion Premint Indicator
Get status of your Premint raffles quickly
什么是Orion Premint Indicator?
Orion Premint Indicator是由sandgine开发的Chrome扩展程序,该扩展的主要功能是“Get status of your Premint raffles quickly”。
扩展截图
下载Orion Premint Indicator扩展crx文件
下载Orion Premint Indicator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
View the results of the raffles you registered for on the Premint site without opening the verification page
扩展基本信息
名称 | Orion Premint Indicator |
ID | dgcfomnakkbofoagoghiiakcfleoobkd |
官方URL | https://chromewebstore.google.com/detail/orion-premint-indicator/dgcfomnakkbofoagoghiiakcfleoobkd |
简介 | Get status of your Premint raffles quickly |
文件大小 | 20.32 KB |
安装次数 | 326 |
当前版本 | 1.1 |
更新时间 | 2022-08-20 |
上架时间 | 2022-06-29 |
评分 | 5.00/5 共1次评分 |
开发者 | sandgine |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Orion Premint Indicator", "description": "Get status of your Premint raffles quickly", "version": "1.1", "manifest_version": 3, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "default_title": "Premint Indicator" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.premint.xyz\/collectors\/entries\/" ], "run_at": "document_start", "js": [ "contentScripts.js" ] } ] } |