Submit Auto-Clicker (Safe)

Allowlist-based submit button auto-clicker with dry-run safeguards.

As of June 2026, Submit Auto-Clicker (Safe) has 11 users in the Developer Tools category.

Usersup 120.0 percent+120.0%
11
11
Ratingno change0%
— reviews
Reviewsno change0%
Version
1.1.0
Manifest V3
90-day change · In the last 90 days this extension 1 version update, changed permissions.

History

10 snapshots

Tracking since Apr 1, 2026.

15.8104.199999999999999Apr 1, 2026Jun 8, 2026
View as table
DateUsersRatingReviewsVersion
Apr 1, 202651.0.1
Apr 9, 202661.1.0
Apr 20, 2026151.1.0
Apr 25, 2026101.1.0
May 2, 2026111.1.0
May 9, 2026101.1.0
May 14, 2026121.1.0
May 20, 2026131.1.0
May 26, 202661.1.0
Jun 8, 202671.1.0
Now111.1.0

Changelog

  • Apr 1, 2026
    description
    Submit Auto-Clicker (Safe) automates repetitive submit actions only on websites you explicitly allow.
    
    Why install it:
    - Allowlist-only execution (no unknown sites by default)
    - Global toggle + per-site enable/disable
    - Dry-run mode (detect/log only, no click)
    - Cooldown to prevent repeated clicks
    - Visible in-page “Auto-click active” status with last action timestamp
    
    How it works:
    - Monitors DOM updates with a debounced MutationObserver
    - Matches configurable button labels (Submit, Continue, Apply, Yes)
    - Clicks only when the target is visible, enabled, and inside your configured container selector
    
    Privacy and control:
    - Settings are stored locally in browser storage
    - No external API is required for core behavior
    - Users can disable automation anytime globally or per site
    
    Best practice: start in dry-run mode, validate behavior, then enable live mode.
    Stop babysitting the Submit button. Start shipping code.
    
    If you use OpenAI Codex in VSCode, you know the tradeoff: full-access mode is a black box, but approval mode means clicking Submit over and over — sometimes hundreds of times per session. You're stuck watching a button instead of reviewing code.
    
    Submit Auto-Clicker fixes this. It auto-clicks Submit, Continue, and Apply buttons for you while you stay in approval mode. You get the speed of full access with the safety of approvals. While Codex works, you review diffs, read docs, or grab coffee.
    
    This is the only Chrome extension built specifically for the Codex approval-mode workflow.
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    
    🔒 ALLOWLIST-ONLY SECURITY
    
    Nothing runs unless you say so.
    
    → Deny-all by default — you explicitly approve every URL
    → Dry-run mode — detect and log submit buttons without clicking (verify before going live)
    → Per-site enable/disable — granular control over every domain
    → Global toggle — one click to pause everything
    → Cooldown timer — prevents repeated or runaway clicks
    → CSS container scoping — restrict clicks to specific page sections
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    
    📊 CLICK COUNTER & SESSION STATS (NEW in v1.1)
    
    → Tracks total clicks saved across all sessions
    → Time-saved estimate (see exactly how much time you're getting back)
    → Milestone badges: 🔥 First 10 → ⚡ 50 streak → 🚀 100 club → 💎 500 legend → 👑 1K beast
    → Daily usage streak tracking
    → Draggable floating widget — shows live status directly on any page
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    
    ⚙️ HOW IT WORKS
    
    → Monitors the page with a debounced MutationObserver (lightweight, no polling)
    → Matches configurable button labels: Submit, Continue, Apply, Yes — or add your own
    → Clicks only when the target button is visible, enabled, and inside your configured container
    → Completion notification alerts you when a session finishes
    → Works on any web app with repetitive confirmation buttons
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    
    🛡 ZERO DATA COLLECTION
    
    → All settings stored locally in your browser — nothing leaves your machine
    → No external APIs. No analytics. No trackers. No account required.
    → 17KB total extension size
    → Fully open-source: https://github.com/nabil-stem/submit-bot-codex-vscode
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    
    💡 WHO IS THIS FOR?
    
    → Developers using Codex in VSCode who want approval-mode safety without the clicking pain
    → Anyone automating repetitive submit/continue/apply workflows on trusted sites
    → QA engineers running through approval flows on staging environments
    → Vibecoding sessions where you need Codex to keep rolling while you review
    
    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
    
    🚀 GETTING STARTED
    
    1. Install the extension
    2. Open the popup → add your site URL to the allowlist
    3. Enable dry-run mode first (recommended) — watch the console to verify detection
    4. Turn off dry-run when you're confident → the extension clicks for you
    5. Track your clicks saved in the popup counter
    
    You shouldn't have to choose between safety and convenience.
  • Apr 1, 2026
    permissions
    storage, tabs
    storage, tabs, notifications, contextMenus

Permissions & access

Permissions
storagetabsnotificationscontextMenus
Host access
https://*/*, http://*/*

Screenshots

Submit Auto-Clicker (Safe) screenshot 1Submit Auto-Clicker (Safe) screenshot 2Submit Auto-Clicker (Safe) screenshot 3Submit Auto-Clicker (Safe) screenshot 4Submit Auto-Clicker (Safe) screenshot 5

About

Stop babysitting the Submit button. Start shipping code.

If you use OpenAI Codex in VSCode, you know the tradeoff: full-access mode is a black box, but approval mode means clicking Submit over and over — sometimes hundreds of times per session. You're stuck watching a button instead of reviewing code.

Submit Auto-Clicker fixes this. It auto-clicks Submit, Continue, and Apply buttons for you while you stay in approval mode. You get the speed of full access with the safety of approvals. While Codex works, you review diffs, read docs, or grab coffee.

This is the only Chrome extension built specifically for the Codex approval-mode workflow.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🔒 ALLOWLIST-ONLY SECURITY

Nothing runs unless you say so.

→ Deny-all by default — you explicitly approve every URL
→ Dry-run mode — detect and log submit buttons without clicking (verify before going live)
→ Per-site enable/disable — granular control over every domain
→ Global toggle — one click to pause everything
→ Cooldown timer — prevents repeated or runaway clicks
→ CSS container scoping — restrict clicks to specific page sections

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

📊 CLICK COUNTER & SESSION STATS (NEW in v1.1)

→ Tracks total clicks saved across all sessions
→ Time-saved estimate (see exactly how much time you're getting back)
→ Milestone badges: 🔥 First 10 → ⚡ 50 streak → 🚀 100 club → 💎 500 legend → 👑 1K beast
→ Daily usage streak tracking
→ Draggable floating widget — shows live status directly on any page

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

⚙️ HOW IT WORKS

→ Monitors the page with a debounced MutationObserver (lightweight, no polling)
→ Matches configurable button labels: Submit, Continue, Apply, Yes — or add your own
→ Clicks only when the target button is visible, enabled, and inside your configured container
→ Completion notification alerts you when a session finishes
→ Works on any web app with repetitive confirmation buttons

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🛡 ZERO DATA COLLECTION

→ All settings stored locally in your browser — nothing leaves your machine
→ No external APIs. No analytics. No trackers. No account required.
→ 17KB total extension size
→ Fully open-source: https://github.com/nabil-stem/submit-bot-codex-vscode

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

💡 WHO IS THIS FOR?

→ Developers using Codex in VSCode who want approval-mode safety without the clicking pain
→ Anyone automating repetitive submit/continue/apply workflows on trusted sites
→ QA engineers running through approval flows on staging environments
→ Vibecoding sessions where you need Codex to keep rolling while you review

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

🚀 GETTING STARTED

1. Install the extension
2. Open the popup → add your site URL to the allowlist
3. Enable dry-run mode first (recommended) — watch the console to verify detection
4. Turn off dry-run when you're confident → the extension clicks for you
5. Track your clicks saved in the popup counter

You shouldn't have to choose between safety and convenience.

Technical

Version
1.1.0
Manifest
V3
Size
23.77KiB
Min Chrome
88
Languages
1
Featured
No

Metadata

ID
dnglmkgbpidndlhffnbihclfmkcedolf
Developer ID
ub221d24948532b197db02ec4b272fc8d
Developer Email
[email protected]
Created
Feb 28, 2026
Last Updated (Store)
Mar 31, 2026
Last Scraped
Jun 8, 2026
Website

Similar extensions

Alternatives to Submit Auto-Clicker (Safe), ranked by description similarity.

Data sourced from the Chrome Web Store · last verified Jun 8, 2026.