StingerNET Tool
Allows posting of data from utopia to StingerNET.
StingerNET Toolとは何ですか?
StingerNET Toolはhttps://stingernet.ddns.netによって開発されたChromeの拡張機能で、その主な機能は「Allows posting of data from utopia to StingerNET.」です。
拡張機能のスクリーンショット
StingerNET Tool拡張機能のCRXファイルをダウンロード
StingerNET Tool拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allows posting of intel/ops/army data from Utopia to the StingerNET website for use by kingdoms that utilize StingerNET. 拡張機能の基本情報
| 名前 | |
| ID | elamhbbpjcpeblpicjhlhjonhggcocjd |
| 公式URL | https://chromewebstore.google.com/detail/stingernet-tool/elamhbbpjcpeblpicjhlhjonhggcocjd |
| 説明 | Allows posting of data from utopia to StingerNET. |
| ファイルサイズ | 49.5 KB |
| インストール数 | 165 |
| 現在のバージョン | 2.4.2 |
| 最終更新日 | 2024-01-10 |
| 公開日 | 2019-04-30 |
| 評価 | 4.50/5 合計 4 レビュー |
| 開発者 | https://stingernet.ddns.net |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://stingernet.ddns.net/privacy_policy.html |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "StingerNET Tool",
"description": "Allows posting of data from utopia to StingerNET.",
"version": "2.4.2",
"options_page": "options.html",
"permissions": [
"activeTab",
"notifications",
"contextMenus",
"webNavigation",
"webRequest",
"storage"
],
"host_permissions": [
"*:\/\/stingernet.org\/*",
"*:\/\/stingernet.ddns.net\/*"
],
"icons": {
"16": "icon32.png",
"32": "icon32.png",
"48": "icon32.png",
"128": "icon32.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/utopia-game.com\/*"
],
"js": [
"jquery.min.js",
"gzip.min.js",
"content_script.js"
],
"run_at": "document_end"
}
]
} | |