KRONATOM DEVELOPERS Submit plugin
BUILD FOR THE TIME SHOP

Turn an idea into a
Kronatom capability.

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.

01BUILD
02ZIP
03TEST
04REVIEW
05INTEGRATE
HOW IT WORKS

One submission.
Five checks.

The point is to make third-party plugins feel native to Kronatom, not like random extensions bolted onto it.

01

Build

Create one focused capability. Keep the interface small, fast, and understandable.

02

Package

Place the plugin files, manifest, icon, README, privacy note, and test instructions in one ZIP.

03

Automated test

We inspect the archive, manifest, permissions, remote code, file structure, and obvious security problems.

04

Chrome test

We install the plugin in a clean Chromium/Google Chrome test profile and check the actual user flow.

05

Decision

Approved plugins are prepared for Kronatom integration. If changes are needed, you receive a review response.

REVIEW STANDARD

What we accept.

A plugin should add a clear capability without weakening the user’s privacy, security, performance, or control.

Focused purpose

One clear job. A reviewer should understand what the plugin does in under 30 seconds.

Minimum permissions

Ask only for browser permissions and website access that are essential to the feature.

No hidden collection

No credential capture, background profiling, undisclosed analytics, or silent data resale.

No unsafe code

No obfuscated payloads, crypto mining, destructive behavior, malicious redirects, or remote-code execution.

Native behavior

Do not break the host platform, hide controls, block scrolling, or cover the interface unexpectedly.

Recoverable

The plugin must fail safely. Turning it off should return the host website to normal.

ZIP CONTENTS

Required package

manifest.jsonname, version, permissions README.mdwhat it does + setup PRIVACY.mdwhat data is read or stored TEST.mdexact steps for review iconPNG or SVG source filesno password-protected archive