Userscript manager for Manifest V3
Create, edit, and run custom scripts on the sites you choose through Chrome’s official userScripts API — the supported path for user-provided code under MV3.
V3 · v0.1.1
Script Monkey Next is a userscript manager for Chrome MV3. Write scripts in the built-in editor, manage URL matches, and run custom logic on the sites you choose via the modern userScripts API.
Script Monkey Next
Userscript manager for Manifest V3
What you get in practice — not just a checklist.
Create, edit, and run custom scripts on the sites you choose through Chrome’s official userScripts API — the supported path for user-provided code under MV3.
Supports @match, @include, @exclude, @run-at, @name, @description, and @version so scripts feel familiar if you are coming from classic userscript managers.
Write JavaScript in a full dashboard editor with syntax highlighting. The popup lists scripts for quick enable/disable; the editor is where you do deeper work.
Run scripts in the USER_SCRIPT world for isolation, or MAIN when you need to touch page globals. Choose the world that matches the script’s job.
Toggle individual scripts or pause the entire engine without deleting anything. Settings and scripts stay in local chrome.storage.
Light, dark, or system theme across popup, options, and the editor so late-night scripting stays comfortable.
Settings are stored locally. Details are on the Privacy Policy page.
Common questions about Script Monkey.
Chrome requires an extra step: open chrome://extensions, open Script Monkey Next details, and enable Allow User Scripts (Chrome 138+) or turn on Developer mode. Without that toggle, scripts save but never inject.
Script Monkey Next understands the common ==UserScript== metadata fields for matching and run timing. Always re-test third-party scripts before relying on them in production workflows.
Scripts and settings live in chrome.storage on your device. They are not uploaded to a FuriaHub server.
USER_SCRIPT keeps your code isolated from the page. MAIN runs in the page context when you need to call or override page JavaScript directly.
Yes. The extension targets Manifest V3 and uses chrome.userScripts, which is the modern Chrome path for userscripts.
Guides and tips for getting more out of Script Monkey.
MV3 userscripts stay inert until Chrome’s Allow User Scripts toggle is on. Here is where to find it.
After installing Script Monkey Next, open the extension’s Details page in chrome://extensions. Enable Allow User Scripts (or Developer mode on builds that still use that gate).
If the toggle is off, the manager will still let you create and edit scripts — they simply will not inject. Flip the permission, reload the target tab, and try again.
Start with a narrow @match, verify on one host, then widen the pattern once the script behaves.
Broad wildcards are convenient and risky. Begin with an exact host match, confirm the script runs at the right @run-at moment, then expand to path patterns.
Use @exclude for admin or checkout paths where automation should never fire. Keep one example script lean so you can debug match rules without noise.
V3 · v0.1.1
Beautiful JSON right in the browser
V3 · v0.1.1
Videos, music, and photos from TikTok
Custom development
Beyond browser extensions, we design and ship custom software — marketing sites, web applications, mobile apps, and tools for teams that want a focused partner from idea to launch.
