Suika Game Next Fruit
predict next fruit on suika game
Suika Game Next Fruitとは何ですか?
Suika Game Next FruitはDeeeeeepによって開発されたChromeの拡張機能で、その主な機能は「predict next fruit on suika game」です。
拡張機能のスクリーンショット
Suika Game Next Fruit拡張機能のCRXファイルをダウンロード
Suika Game Next Fruit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
predict next fruit on suika game 拡張機能の基本情報
| 名前 | |
| ID | gpflegpililohkdiifpnmamhoenbkjmj |
| 公式URL | https://chromewebstore.google.com/detail/suika-game-next-fruit/gpflegpililohkdiifpnmamhoenbkjmj |
| 説明 | predict next fruit on suika game |
| ファイルサイズ | 2.13 MB |
| インストール数 | 952 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-11-26 |
| 公開日 | 2023-11-26 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | Deeeeeep |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Suika Game Next Fruit",
"author": "A. Boisseau",
"icons": {
"48": "icons\/icon.png"
},
"action": {
"default_icon": {
"48": "icons\/icon.png"
},
"default_title": "Click Me",
"default_popup": "index.html"
},
"version": "1.0",
"permissions": [
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/suikagame.com\/*"
],
"background": {
"service_worker": "background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
}
} | |