PizzaFall Game - Dive into a Delicious Arcade Adventure!
ID: ikclmdkhhahddefhfmfklpkfikbddjih
Supported Languages
Extension Info & Metadata
Publisher Contextual Analysis
- Author
- yesibmelenje364View Profile
- Privacy
- Privacy Policy
- MX records exist
- Yes
- Domain exists
- Yes
- Is disposable
- No
- Is role-based
- No
- Mailbox exists
- Yes
Slice through the action and become the ultimate pizza hero in PizzaFall!
**Title: PizzaFall - Dive into a Delicious Arcade Adventure! ๐** **Key Features:** - **Unique Gameplay:** Control a slice of pizza equipped with shooters, battling through flavorful enemies like fries, hamburgers, and salads. ๐๐๐ฅ - **Dynamic Levels:** Descend through ever-changing levels filled with tasty challenges and obstacles. ๐ - **Power-Up Variety:** Earn salami points to unlock a range of power-ups that enhance your pizza's abilities. ๐ฅ **Gameplay Mechanics:** - **Move and Shoot:** Use W/D or the arrow keys to navigate your pizza slice, and press the spacebar to shoot enemies. ๐ฎ - **Quick Reflexes Required:** Use your agility and quick thinking to blast through enemies and survive each level. โก **Why Play?** - **Free to Play:** No hidden costsโjust pure, chaotic fun! ๐ - **Quick Sessions:** Perfect for short breaks with fast-paced 5-minute runs. โฑ๏ธ - **Strategic Depth:** Master timing, upgrades, and power-ups to dominate the leaderboards. ๐ ๐ Play Nowโyour thrilling pizza adventure in PizzaFall awaits! We provide a "Play More Games" button in the extension and open our official website when you first install it, where you can experience more free games.
This extension requests no permissions and has no recorded risk factors.
The extension fetches a JSON payload from the third-party domain `game-extension-api.offlinegames.fun` and injects server-supplied URLs directly as iframe `src` values via unsanitized `innerHTML`. This allows the remote server to load any URL (ads, phishing pages, tracking pixels) inside the extension's own popup page without any user consent. Because the extension declares no browser permissions the iframes cannot access browser state, limiting the impact to visual injection and potential in-iframe credential phishing.
try { const response = await fetch('https://game-extension-api.offlinegames.fun/recommend/'); const data = await response.json(); if (!data.enable) { return; } const recommendBox1 = document.querySelector('.recommend-box-1'); const recommendBox2 = document.querySelector('.recommend-box-2'); if (data['recommend-1']) { recommendBox1.innerHTML = `<iframe src="${data['recommend-1']}" width="100%" height="100%"></iframe>`; recommendBox1.style.display = 'block'; } if (data['recommend-2']) { recommendBox2.innerHTML = `<iframe src="${data['recommend-2']}" width="100%" height="100%"></iframe>`; recommendBox2.style.display = 'block'; }} catch (err) {}By severity
Versions scanned
None of the 2 scanned versions have more than one unique code-review finding. Counts are unique findings that include each version.
| Extension Version | Code Review Findings |
|---|---|
| No versions with multiple unique findings. | |
Files with findings
1 distinct path โ top paths by unique finding count:
- js/game.js1
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.
Gain full insight into all external connections.
Upgrade for full visibility.
Code Diff
Compare extension code between any two versions.
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.