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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
}
]
} | |