Suika Game Next Fruit
predict next fruit on suika game
What is Suika Game Next Fruit?
Suika Game Next Fruit is a Chrome extension developed by Deeeeeep, and its main feature is "predict next fruit on suika game".
Extension Screenshots
Download Suika Game Next Fruit Extension CRX File
Download Suika Game Next Fruit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
predict next fruit on suika game
Extension Basic Information
Name | Suika Game Next Fruit |
ID | gpflegpililohkdiifpnmamhoenbkjmj |
Official URL | https://chromewebstore.google.com/detail/suika-game-next-fruit/gpflegpililohkdiifpnmamhoenbkjmj |
Description | predict next fruit on suika game |
File Size | 2.13 MB |
Installation Count | 952 |
Current Version | 1.0 |
Last Updated | 2023-11-26 |
Publish Date | 2023-11-26 |
Rating | 3.00/5 Total 4 Ratings |
Developer | Deeeeeep |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } } |