Stable signalUnknownHigh-risk permissions
Chromium browser automation icon

Chromium browser automation

Extension for automating chromium browser, Create project -> Record -> Edit Automation -> Manage -> Play (MV3)

Users30KCurrent public install base
Rating3.5Store average score
Reviews217Public review volume
Manifest versionV3Extension platform version
7-day growth0Net users gained this week
7-day growth rate0%Relative weekly velocity
Preview

Chromium browser automation Media preview

3 assets
Trend

User growth trend

Review user movement across collected snapshots.

User Growth Over Time

30K30K30K30K30K2026年7月15日2026年7月18日2026年7月21日Latest: 30K
Rating trend

7-day rating trend

View collected rating snapshots from the latest 7-day window to assess rating stability.

7-day rating change

Start
3.46
Latest
3.46
7-day rating change
0.00
3.363.413.463.513.562026年7月15日2026年7月18日2026年7月21日Latest: 3.46
2026年7月15日2026年7月21日
Growth overview

Daily, weekly, and monthly growth

Compare 1-day, 7-day, and 30-day net growth and growth rate.

1-day growthNo data
----
7-day growthFlat
00%
30-day growthNo data
----
Technical snapshot

Version, languages, and crawl freshness

Review publication date, version, supported languages, and crawl timestamps.

Version10.0.1
ManifestV3
Size136KiB
Languages1English
Published
Store updated
Last crawled
English
Overview

Product summary

Review the store description, core capabilities, and common use cases.

1. CBA gives ability to setup step-by-step code injections from the Extensions popup interface.

2. Record user interactions while navigating web pages (filling forms, clicking buttons, hyperlinks and smart algorithms for DOM element path calculations).

3. Save Projects in your browser's local storage.

4. Step by step code injection.

5. Import, export and share projects with collaborators.

6. Extensions ready functions now available.

Reviews

Recent review snapshot

Inspect the latest comments and rating distribution.

Store average score3.5Chrome Web Store aggregate rating, including ratings without synced review text
Synced text average3.3Average computed only from synced review bodies below
Reviews with text149Synced review bodies
Total ratings / reviews217Chrome Web Store public rating/review count

Store average score: 3.5. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.

5
63
4
13
3
16
2
21
1
36
Олег Тихомиров2017年2月24日
4

не работает импорт готовых решений от других пользователей в остальном - полезная прога

Language ru
0 helpful · 2 not helpful
jarett Pendell2017年2月24日
5

After being very frusterated with imacros, this solved my automation problem without a hitch.

Language en
1 helpful · 0 not helpful
Jeffrey Meyer2017年1月13日
4

A very easy tool to use to automate some simple tasks. It makes is easy to do repetitive tasks like webpage login and button clicking. I wish there were more documentation. I would like to be able to start chrome running a CBA script from a cron job but I haven't found a way to do this.

Language en
7 helpful · 1 not helpful
han chen2016年12月9日
1

Can you explain this script? ``` /* * Event of clicking on input type submit and button */ $("input[type=submit], input[type=image]").live('click', function(obj) { if((ifFacebook == true)&&($(this).attr("class") == "hidden_elem")) return; if((ifFacebook == true)&&($(this).val() == "Post")) { sendmsg(".submitBtn input", "click",''); return; } if((this == $("[value='Log In'][type='submit']")[0])&&(ifFacebook==true)) { // FB LOG IN sendmsg("[value='Log In'][type='submit']", "submit-click",''); } else { sendmsg(getPath(this), "submit-click",''); } //console.log(getPath(this)); // console.log($(getPath(this))[0]); }); ``` I am very worried since I see a "isFacebook" flag in your script. I haven't had time to go into the script, but this makes me feel very very uncomfortable.

Language en
1 helpful · 1 not helpful
nikita jn2016年12月5日
1

Не работает :(

Language ru
3 helpful · 2 not helpful
B2016年11月27日
4

Не работает (или отсутствует) функция копирования готового проекта JSON (или .js). Хотелось бы чтобы было возможно с легкостью загружать с компьютера готовые скрипты (коды) и запускать в расширении. Также по возможности было бы лучше, если можно будет импортировать готовые записи действий на компьютер в формате 'txt' или 'js'. Спасибо. Надеюсь в ближайшее время разработчики пойдут на встречу. А так, расширение супер.

Language ru
1 helpful · 3 not helpful
Roman F2016年8月31日
5

Нужно

Language ru
1 helpful · 1 not helpful
Alessandro Cometti2016年8月25日
1

I followed the steps for importing code, doesn't work. In general, terrible interface, poorly developed, terrible explanations on their website, no messages on actions, basically unusable.

Language en
Anonymous2016年7月29日
3

No image reorganization

Language en
Segimerus2016年7月22日
2

Great concept, but simply does not work on the locally developed site I wanted it for. It does not record my clicks.

Language en