Drift Live Wallpaper

Drift Live Wallpaper

ID: fcpccfdgnbkblanjfclcaoledhcpnehc

Supported Languages

πŸ‡ΊπŸ‡ΈEnglish

Extension Info & Metadata

Status
Active
Version
1.0.0
Size
12.20 MB
Rating
0.0/5
Reviews
0
Users
419
Type
Extension
Updated
Jun 12, 2025
Category
Just for fun
Price
Free
Featured
No
Visibility
Listed
Mature
No
By Google
No
Trusted
Yes

Publisher Contextual Analysis

Trusted
Author
https://gameograf.com/View Profile
Country
US
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
Yes
Mailbox exists
Yes
Address
477 N Miami St Miami, FL 33179 US
Website
Visit
Total Extensions
1352
Active
1104
Obsolete
225
Listed
1352
Unlisted
0
Total Users
740,035
Screenshot 1
Screenshot 2

Get your adrenaline pumping with the Drift Live Wallpaper extension for Chrome.

Bring the thrill of drifting to Chrome with Drift Live Wallpaper – an animated racing scene in every new tab. Drift Live Wallpaper features a short, high-quality video of a car in a dramatic sideways drift through smoke and lights. Designed to be fast and lightweight, it brings high-speed energy to your browser without affecting performance. πŸ”Ή Features: 🎞️ Live Wallpaper – Intense drifting action in smooth, looping video. πŸ”— Popular Shortcuts – Instant access to YouTube, Netflix, ChatGPT, Amazon, and more. βž• Custom Shortcuts – Add and organize your favorite websites. πŸ” Search Bar – Integrated with your default search engine for quick searches. πŸ•’ Clock & Date – Displays current time and date with clarity. πŸ—’οΈ Sticky Notes – Add unlimited colorful, draggable sticky notes for reminders or to-dos. πŸ”” Notifications – Get updates on new releases and features instantly. βš™οΈ More Tools – Includes privacy policy, uninstall help, feedback form, and other Gameograf extensions. About Us Gameograf.com delivers premium Chrome new tab extensions featuring themes across cars, anime, music, sports, celebrities, and more. Discover unique designs crafted to match your interests. 🌐 https://gameograf.com πŸ“© https://gameograf.com/contact-us/ πŸ”’ https://gameograf.com/privacy-policy/ πŸ’¬ https://gameograf.com/feedback/ πŸ“§ [email protected] Google Chrome Affiliate Policy Disclosure This extension opens https://gameograf.com in each new tab to display helpful tools and information. Some links may be affiliate-based and require user consent before any redirection.

Item
Type
Severity
Description
search
Permission
Low
This permission accesses search functionality. Rated Low because it only interacts with the browser's search feature without accessing search history.

The bundled manifest declares no host_permissions, but the live CWS listing shows host_permissions: ["https://api.gameograf.com/*"]. This mismatch means the publisher updated the CWS-facing manifest to claim origin access that is absent from the currently deployed bundle β€” a pattern consistent with pre-positioning a future update that will phone home to api.gameograf.com. Additionally, the bundled manifest identifies the author as haberikra.com while the CWS publisher is gameograf.com, indicating either an undisclosed acquisition or a shell publisher arrangement.

manifest.json (Line 1)
{  "update_url": "https://clients2.google.com/service/update2/crx",  "author": "haberikra.com",  "manifest_version": 3,  "name": "__MSG_appName__",  "default_locale": "en",  "version": "1.0.0",  "description": "__MSG_appDesc__",  "chrome_url_overrides": {    "newtab": "newtab.html"  },  "background": {    "service_worker": "js/bg.js"  },  "permissions": [    "search"  ],  "icons": {    "16": "img/128.png",    "48": "img/128.png",    "128": "img/128.png"  }}

The service worker unconditionally deletes all IndexedDB databases on every startup (not just on install), erasing any data the extension stored in prior sessions. While the deletion is scoped to the extension's own origin and does not affect other sites, this recurring erasure prevents forensic analysis of data the extension may have stored and collected across sessions, making it harder to audit its runtime behavior after the fact.

js/bg.js (Line 22)
indexedDB.databases()  .then((dbs) => {    dbs.forEach((db) => {      indexedDB.deleteDatabase(db.name);      console.log(`Deleted IndexedDB database: ${db.name}`);    });  });

By severity

Critical0
High1
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
1.0.02

Files with findings

2 distinct paths β€” top paths by unique finding count:

  • js/bg.js1
  • manifest.json1
S.No.
Category
Severity
File
Summary
Found in Version
1Other
high
manifest.json (line 1)The bundled manifest declares no host_permissions, but the live CWS listing shows host_permissions: ["https://api.gameograf.com/*"]. This mismatch means the publisher updated the CWS-facing manifest to claim origin ac…
2Other
medium
js/bg.js (line 22)The service worker unconditionally deletes all IndexedDB databases on every startup (not just on install), erasing any data the extension stored in prior sessions. While the deletion is scoped to the extension's own o…
URLs
18
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.

fonts.googleapis.com-https://fonts.googleapis.com
fonts.gstatic.com-https://fonts.gstatic.com
fonts.googleapis.com/css2https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap
fonts.googleapis.com/css2https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200
clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx
chrome.google.com/webstore/detail/$%7BextensionId%7D/reviews%60;https://chrome.google.com/webstore/detail/${extensionId}/reviews`;
haberikra.com-https://haberikra.com/
haberikra.com/privacy-policy/https://haberikra.com/privacy-policy/
haberikra.com-https://haberikra.com/?utm_source=install&utm_medium=link&utm_campaign=bg&utm_content=install
haberikra.com-https://haberikra.com/?utm_source=uninstall&utm_medium=link&utm_campaign=bg&utm_content=uninstall
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
Version
Size
Is Malicious
Findings
Permhash
1.0.0
Latest
12.20 MB
Malicious
2
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.