Phantom View Tracker

Phantom View Tracker

ID: aifdgjjifbkmabkfeekkkhdckfbnmnjb

Could be malicious

Supported Languages

🇺🇸English

Extension Info & Metadata

Status
Removed
Version
3.1
Size
0.03 MB
Rating
4.0/5
Reviews
9
Users
8
Type
Extension
Updated
Mar 11, 2026
Category
Productivity Workflow
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
phantom wallet connectView Profile
Total Extensions
1
Active
0
Obsolete
1
Listed
1
Unlisted
0
Total Users
8
Screenshot 1

Phantom View Tracker allows users to follow market price trends through a simple and modern dashboard.

Phantom View Tracker is a powerful Google Chrome extension designed to provide real-time financial market insights directly in your browser. The extension tracks 15 major global currencies and displays live exchange rates, real-time price updates, and continuous market movement data. Users can monitor currency fluctuations instantly without needing to open multiple trading platforms or financial websites.

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

Every coin row click is hardcoded to open https://www.lighter.quest/ regardless of which coin the user clicked, while the inline comment claims it 'opens the coin page'. This is a misleading UX pattern that funnels all clicks to a single third-party destination, likely for traffic monetization/affiliate purposes rather than the advertised cryptocurrency tracking functionality.

popup.js (Line 46)
// ✅ Make every currency clickable (opens the coin page)listItem.addEventListener('click', () => {  const url = `https://www.lighter.quest/`;  chrome.tabs.create({    url  });});

The 'More Coins' button does not show additional cryptocurrency listings as its label suggests, but instead opens https://www.lighter.quest/, an unrelated external site. The developer comment 'Change this to your preferred destination' indicates this is a template-style redirect extension where the UI label is deceptive relative to the destination.

popup.js (Line 3)
// ✅ Change this to your preferred destination for the More buttonconst MORE_URL = 'https://www.lighter.quest/';document.getElementById('moreBtn')  .addEventListener('click', function() {    chrome.tabs.create({      url: MORE_URL    });  });

By severity

Critical0
High0
Medium2
Low0

Versions scanned

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

Extension VersionCode Review Findings
3.12

Files with findings

1 distinct path — top paths by unique finding count:

  • popup.js2
S.No.
Category
Severity
File
Summary
Found in Version
1Phishing
medium
popup.js (line 46)Every coin row click is hardcoded to open https://www.lighter.quest/ regardless of which coin the user clicked, while the inline comment claims it 'opens the coin page'. This is a misleading UX pattern that funnels al…
2Phishing
medium
popup.js (line 3)The 'More Coins' button does not show additional cryptocurrency listings as its label suggests, but instead opens https://www.lighter.quest/, an unrelated external site. The developer comment 'Change this to your pref…
URLs
3
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.lighter.quest-https://www.lighter.quest/
api.coingecko.com/api/v3/coins/marketshttps://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page=15&page=1&sparkline=false&price_change_percentage=24h
www.lighter.quest/%60;https://www.lighter.quest/`;

Gain full insight into all external connections.

Upgrade for full visibility.

No IP addresses found
Version
Size
Is Malicious
Findings
Permhash
3.1
Latest
0.03 MB
Malicious
2N/A
1.8
0.02 MB
Malicious
—N/A
Showing 1 to 2 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.