Aggretsuko Live Wallpaper New Tab

Aggretsuko Live Wallpaper New Tab

ID: ipfhgpbiaobdaamfkpjhejapgcpmhkah

Supported Languages

🇺🇸English

Extension Info & Metadata

Status
Active
Version
1.0.0
Size
1.99 MB
Rating
5.0/5
Reviews
2
Users
31
Type
Extension
Updated
May 29, 2025
Category
Functionality & ui
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
999
Obsolete
332
Listed
1352
Unlisted
0
Total Users
722,231
Screenshot 1
Screenshot 2
Screenshot 3

Aggretsuko Live Wallpaper transforms your new tab with dynamic live wallpapers and practical features

Aggretsuko Live Wallpaper transforms your new tab with dynamic live wallpapers and practical features, delivering a unique and inspiring experience every time you open it! Say goodbye to boring tabs and hello to a vibrant, personalized browsing experience that reflects your love for Aggretsuko. Whether you're a fan of her rage-filled karaoke sessions or her adorable office struggles, this extension brings her world to your screen. Features: 🎨 Live Wallpapers: Customize your new tab with Aggretsuko-themed live wallpapers. đź”— Popular Site Shortcuts: Instant access to your most-visited websites. âž• Add & Remove Shortcuts: Easily manage shortcuts to suit your needs. ⏰ Clock & Date Display: Keep track of time with a real-time clock and date. 🔍 Search Bar: Seamlessly search using your default search engine. Why You’ll Love It: Imagine opening your browser and being greeted by Aggretsuko rocking out to heavy metal or chilling at her desk—sounds fun, right? This extension isn’t just about looks; it’s designed to make your browsing experience smoother and more enjoyable. With quick access to your favorite sites, a handy search bar, and a sleek clock display, it’s both functional and fun. Plus, it’s super easy to set up and customize. Ready to spice up your new tab? Download now and let Aggretsuko brighten your day! Other Links: 🌟 More Extensions: Discover more extensions at https://gameograf.com. đź”’ Privacy Policy: Read our privacy policy at https://gameograf.com/privacy-policy/. đź“© Support: Reach out to us for support at https://gameograf.com/contact-us. About Us Gameograf.com designs custom Chrome new tab themes and extensions. Explore our collection featuring anime, manga, K-pop, sports, celebrities, cars, and more—perfect for personalizing your browser experience. Website: https://gameograf.com Contact: https://gameograf.com/contact-us/ Privacy Policy: https://gameograf.com/privacy-policy/ Feedback: https://gameograf.com/feedback/ Email: [email protected] Google Chrome Affiliate Program Disclosure This extension opens gameograf.com in a new tab after installation to inform users about the extension and provide access to similar content. Redirects comply with Chrome’s affiliate program and are user-initiated only. Keywords: Aggretsuko Live Wallpaper, live wallpapers, Chrome new tab extension, personalized tab, Haberikra.com.

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, while the live CWS listing declares `https://api.gameograf.com/*`. The actual network traffic in the bundle goes to `mlionltd.github.io` and `haberikra.com`, neither of which matches the CWS-disclosed permission. This three-way mismatch (bundled manifest / published manifest / actual code behavior) suggests either a staged update not yet reflected in the bundle or a deliberate obfuscation of actual network destinations.

manifest.json (Line 1)
{  "manifest_version": 3,  "permissions": ["search"]  // NO host_permissions present}// Published CWS listing manifest shows:// "host_permissions": ["https://api.gameograf.com/*"]// But bundled code never contacts api.gameograf.com.// Instead, code contacts https://mlionltd.github.io/space/ and https://haberikra.com// — neither of which appears in either manifest's host_permissions.

The extension silently fetches video blobs from `https://mlionltd.github.io/space/` — a GitHub Pages account (`mlionltd`) with no declared relationship to the publisher (`gameograf.com`) — and caches them in IndexedDB. This domain is not declared in either the bundled or published manifest's host_permissions. If the `mlionltd` GitHub account is compromised or the content is swapped, arbitrary binary payloads are fetched and persisted locally on every new tab open without any integrity check.

js/script.js (Line 462)
async function fetchAndStoreVideos(db) {  const alertLoader = $("#alertLoader");  const bg_mode_toggle = $("#bgModeToggle");  const vid_mode = $("#vidMode");  const baseURL = "https://mlionltd.github.io/space/";  async function fetchAndStore(i) {    const url = `${baseURL}${i}.mp4`;    try {      const response = await fetch(url);      if (response.ok) {        const blob = await response.blob();        const transaction = db.transaction(["videos"], "readwrite");        const objectStore = transaction.objectStore("videos");        const videoData = {          blob        };        objectStore.add(videoData);        console.log(`Video ${i} is available and stored in IndexedDB.`);      }    } catch (error) {      console.error(`Error fetching or storing video ${i}: ${error}`);    }  }  for (let i = 1; i <= total_videos; i++) {    await fetchAndStore(i);  }}

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/script.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, while the live CWS listing declares `https://api.gameograf.com/*`. The actual network traffic in the bundle goes to `mlionltd.github.io` and `haberikra.com`, neither …
2Remote Code Loading
medium
js/script.js (line 462)The extension silently fetches video blobs from `https://mlionltd.github.io/space/` — a GitHub Pages account (`mlionltd`) with no declared relationship to the publisher (`gameograf.com`) — and caches them in IndexedDB…
URLs
19
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-policyhttps://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=gameograf&utm_medium=link&utm_campaign=bg&utm_content=gameograf
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
1.99 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.