Build
Create one focused capability. Keep the interface small, fast, and understandable.
Build a plugin, package it as a ZIP, and send it to Kronatom for review. We test the plugin, check its permissions and behavior, and integrate approved capabilities into the Kronatom Shop.
The point is to make third-party plugins feel native to Kronatom, not like random extensions bolted onto it.
Create one focused capability. Keep the interface small, fast, and understandable.
Place the plugin files, manifest, icon, README, privacy note, and test instructions in one ZIP.
We inspect the archive, manifest, permissions, remote code, file structure, and obvious security problems.
We install the plugin in a clean Chromium/Google Chrome test profile and check the actual user flow.
Approved plugins are prepared for Kronatom integration. If changes are needed, you receive a review response.
A plugin should add a clear capability without weakening the user’s privacy, security, performance, or control.
One clear job. A reviewer should understand what the plugin does in under 30 seconds.
Ask only for browser permissions and website access that are essential to the feature.
No credential capture, background profiling, undisclosed analytics, or silent data resale.
No obfuscated payloads, crypto mining, destructive behavior, malicious redirects, or remote-code execution.
Do not break the host platform, hide controls, block scrolling, or cover the interface unexpectedly.
The plugin must fail safely. Turning it off should return the host website to normal.