Skip to content

Releases: chy4pro/jev-for-chrome

v1.5.1

Choose a tag to compare

@chy4pro chy4pro released this 20 Sep 05:33

debugger is now a required permission: Chrome does not allow it to be optional, and the Web Store dropped the optional entry with a warning. Everything else is as in 1.5.0 (trusted input through the DevTools protocol, one prepare → dispatch → settle pipeline). The Options switch still turns trusted input off, in which case synthetic DOM events are used. Updating from 1.4.x re-asks for permissions once.

Use this zip for the store, not 1.5.0.

Install manually: unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder.

v1.5.0

Choose a tag to compare

@chy4pro chy4pro released this 20 Sep 05:16

Trusted input: clicks, typing and Enter now go through Chrome's DevTools protocol (optional debugger permission, requested on the first run, switchable in Options). Pages receive real user input, so javascript: links, hover menus and handlers that check isTrusted work without special cases. Chrome shows its "started debugging" bar on the tab during a run; dismissing it stops the run. Without the permission the extension falls back to synthetic DOM events.

Under the hood: one prepare → dispatch → settle pipeline (freshness, scroll into view, stability, cover check, then input), results with failure codes, DOM-quiet waiting. npm run e2e:input checks the trusted path on fixture pages without a model.

Do not upload this to the store while the 1.4.4 review is pending; it would restart the review.

Install manually: unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder.

v1.4.5

Choose a tag to compare

@chy4pro chy4pro released this 20 Sep 04:48

javascript: links now work: they are clicked from the page's own world, so the extension's CSP no longer blocks them. Do not upload this to the store while the 1.4.4 review is pending; it would restart the review.

Install manually: unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder.

v1.4.4

Choose a tag to compare

@chy4pro chy4pro released this 19 Sep 17:39

Logo applied everywhere; popup main button is Run. Upload this archive to the Chrome Web Store.

Install manually: unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder.

v1.4.3

Choose a tag to compare

@chy4pro chy4pro released this 19 Sep 17:38

Logo applied everywhere (icons, popup, options, status bar, README, promo tile). Upload this archive to the Chrome Web Store.

Install manually: unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder.

v1.4.2

Choose a tag to compare

@chy4pro chy4pro released this 19 Sep 16:04

New icon (16/32/48/128) and a 440×280 promo tile for the store listing. This is the archive to upload to the Chrome Web Store. See docs/store-listing.md for the listing text, permission justifications and privacy policy link.

Install manually: unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder.

v1.4.1

Choose a tag to compare

@chy4pro chy4pro released this 19 Sep 15:41

Manifest description shortened to the Chrome Web Store limit; privacy policy (docs/PRIVACY.md) and store listing material (docs/store-listing.md) added. This is the archive to upload to the Chrome Web Store.

Install manually: unzip jev-for-chrome-1.4.1.zip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder.

v1.4.0 — Jev for Chrome

Choose a tag to compare

@chy4pro chy4pro released this 19 Sep 15:25
  • Renamed to Jev for Chrome (repository chy4pro/jev-for-chrome; the old URL redirects). Extension name, popup and options titles, package name and release archive name follow.
  • Community project, not affiliated with TypeSafe or Browser Use; stated in the manifest description and README.

Install: download jev-for-chrome-1.4.0.zip, unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder. Then open the extension's Options and enter an OpenRouter key (or TypeSafe / Cloudflare).

v1.3.1

Choose a tag to compare

@chy4pro chy4pro released this 19 Sep 15:10
  • Follow tabs opened by a click (target=_blank, window.open); return to the opener when that tab closes.
  • Fixture pages served by the test harness; new-tab task in the suite.

Plus, in the same tag: richer model context, goal/stuck cross-checks, repeated-action detection, covered-control filtering and the 17-task headless suite (see CHANGELOG.md for 1.3.0 and earlier).

Install: download jevbrowserext-1.3.1.zip, unzip, open chrome://extensions, enable Developer mode, Load unpacked, pick the folder. Then open the extension's Options and enter an OpenRouter key (or TypeSafe / Cloudflare).