Cursorly

Cursorly

ID: ghcbgbhdohfnjnanacpdkimcocpmlpgk

Supported Languages

🇪🇹Amharic
🇸🇦Arabic
🇧🇩Bengali
🇧🇷Brazilian Portuguese
🇬🇧British English
🇧🇬Bulgarian
🇪🇸Catalan
🇨🇳Chinese (Simplified)
🇹🇼Chinese (Traditional)
🇭🇷Croatian
🇨🇿Czech
🇩🇰Danish
🇳🇱Dutch
🇺🇸English
🇪🇪Estonian
🇵🇭Filipino
🇫🇮Finnish
🇫🇷French
🇩🇪German
🇬🇷Greek
🇮🇳Gujarati
🇮🇱Hebrew
🇮🇳Hindi
🇭🇺Hungarian
🇮🇩Indonesian
🇮🇹Italian
🇯🇵Japanese
🇮🇳Kannada
🇰🇷Korean
🇲🇽Latin American Spanish
🇱🇻Latvian
🇱🇹Lithuanian
🇲🇾Malay
🇮🇳Malayalam
🇮🇳Marathi
🇳🇴Norwegian
🇮🇷Persian
🇵🇱Polish
🇵🇹Portuguese
🇷🇴Romanian
🇷🇺Russian
🇷🇸Serbian
🇸🇰Slovak
🇸🇮Slovenian
🇪🇸Spanish
🇰🇪Swahili
🇸🇪Swedish
🇮🇳Tamil
🇮🇳Telugu
🇹🇭Thai
🇹🇷Turkish
🇺🇦Ukrainian
🇺🇸US English
🇻🇳Vietnamese

Extension Info & Metadata

Status
Active
Version
2.0.0
Size
0.08 MB
Rating
3.8/5
Reviews
6
Users
379
Type
Extension
Updated
Jul 16, 2026
Category
Just for fun
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
Yes

Publisher Contextual Analysis

Trusted
Author
Cute CursorsView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
6
Active
3
Obsolete
1
Listed
6
Unlisted
0
Total Users
160,311
Screenshot 1
Screenshot 2
Screenshot 3
Screenshot 4
Screenshot 5
Screenshot 6
Screenshot 7

Custom cursor for everyday browsing. Pick a pack, resize it, and apply in one click.

Replaces default cursor with something cute. Change the usual mouse to an amazing custom cursor. It's such a cute custom cursor for Chrome. Show your individuality with bright and gorgeous mouse pointer on every webpage. Forget about the boring and simple cursor that many years appears on the display. Now you are able to change your mouse pointer to something cute ;)

Item
Type
Severity
Description
*://*/*
Host
Critical
Broad host access — the extension can read/modify content on every website.
Contextual Risk Factors
Risk Factor
High
The following context increases the overall risk:• 10% increase: Early script execution enables pre-emptive content manipulation
Broad Host Permissions
Risk Factor
High
This extension has broad host permissions allowing it to access many or all websites.
storage
Permission
Medium
This permission allows storing data locally in the browser. Rated Medium because it can persist sensitive user data, track user activities over time, and potentially store malicious payloads.
Early Content Script Execution
Risk Factor
Medium
This extension runs content scripts at document_start.

The bundled manifest (MV3) declares only `storage` under permissions and moves `*://*/*` to `host_permissions`, omitting both `tabs` and `notifications` that appear in the live CWS MV2 listing. Per review policy, any mismatch between bundled and published permissions is a required finding. The most plausible explanation is a legitimate MV2→MV3 migration (Chrome MV3 no longer requires `tabs` for `chrome.tabs.create` in popups, and no notification code was found in the bundle), but this cannot be verified without the publisher's release notes.

manifest.json (Line 1)
{  "manifest_version": 3,  "permissions": ["storage"],  "host_permissions": ["*://*/*"],  ...}// vs. published MV2 listing:// "permissions": ["storage", "tabs", "*://*/*", "notifications"]

The `onMessageExternal` handler's `"set"` case passes `e.data` directly to `chrome.storage.local.set()` without any key allowlist, letting any page on cutecursors.com write arbitrary key-value pairs to the extension's local storage. While `externally_connectable` restricts callers to `*://*.cutecursors.com/*` and the stored values are used only for cursor display settings (making code-injection via storage impossible in the current codebase), a compromised or XSS-afflicted cutecursors.com page could push unexpected configuration. The `"getConfig"` case additionally returns all extension storage — including installation date, favorites, and cursor preferences — to the requesting page.

background.js (Line 191)
chrome.runtime.onMessageExternal.addListener((function(e, t, r) {  switch (e.action) {    case "set":      chrome.storage.local.set(e.data), r({        action: "saveData"      });      break;    case "getConfig":      return chrome.storage.local.get(null, (function(e) {        r(e)      })), !0;    case "changecursor":      ...  }}))

By severity

Critical0
High1
Medium1
Low0

Versions scanned

Showing 1 of 3 scanned versions with more than one unique finding. Counts are unique findings that include each version.

Extension VersionCode Review Findings
2.0.02

Files with findings

2 distinct paths — top paths by unique finding count:

  • background.js1
  • manifest.json1
S.No.
Category
Severity
File
Summary
Found in Version
1Other
high
manifest.json (line 1)The bundled manifest (MV3) declares only `storage` under permissions and moves `*://*/*` to `host_permissions`, omitting both `tabs` and `notifications` that appear in the live CWS MV2 listing. Per review policy, any …
2Other
medium
background.js (line 191)The `onMessageExternal` handler's `"set"` case passes `e.data` directly to `chrome.storage.local.set()` without any key allowlist, letting any page on cutecursors.com write arbitrary key-value pairs to the extension's…
URLs
20
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

Gain full insight into all external connections.

Upgrade for full visibility.

crazycursor.com/apihttps://crazycursor.com/api
crazycursor.com/cursors/https://crazycursor.com/cursors/
crazycursor.com/collections/https://crazycursor.com/collections/
cursor-land.com-https://cursor-land.com
cursorstore.com-https://cursorstore.com
cutecursors.com-https://cutecursors.com
cutecursors.com/apihttps://cutecursors.com/api
custom-cursor.com/api/cursors/1/100/allhttps://custom-cursor.com/api/cursors/1/100/all
cp.cute-cursors.com/apihttps://cp.cute-cursors.com/api
cute-cursors.com/uploads/https://cute-cursors.com/uploads/
Showing 1 to 10 of 20 rows
Rows per page:

Gain full insight into all external connections.

Upgrade for full visibility.

No IP addresses found
Showing 1 to 3 of 10 rows
Rows per page:

Code Diff

Compare extension code between any two versions.

0 changed files (scanned top 25 shared text files)

No comparable text files found between these versions.

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.