Mohamed Salah Wallpapers Chrome extension icon

Mohamed Salah Wallpapers

✨ AI-Powered 🔍 Security Report Available
👥 331 users
📦 v1.0.6
💾 7.11MiB
📅 2025-05-27
View on Chrome Web Store

Chrome will indicate if you already have this installed.

Overview

Mohamed Salah Wallpapers - HD Football New Tab
Experience the excellence of Liverpool's Egyptian King every time you open your browser with Mohamed Salah Wallpapers - HD Football New Tab! This Chrome extension transforms your default new tab into a stunning visual showcase of one of football's greatest talents.

From spectacular goals to iconic celebrations, every tab delivers high-definition wallpapers that capture the skill, speed, and brilliance of Mohamed Salah. Immerse yourself in the world of Premier League excellence and Liverpool glory with every new tab!

Features:
• HD Mohamed Salah Wallpapers - A rotating collection of high-quality images showing Salah in action
• Popular Site Shortcuts - One-click icons for YouTube, Instagram, Twitter, ChatGPT, and more
• Custom Website Shortcut - Add your own go-to website for faster browsing
• Search Bar - Use your default search engine without leaving the tab
• Clock & Date Display - Always see the current time and date with a minimal design
• More Options - Easy access to privacy policy, uninstall info, more extensions, and feedback

Install Mohamed Salah Wallpapers - HD Football New Tab now and bring the magic of the Egyptian King to every new tab you open! Perfect for Liverpool fans, football enthusiasts, and anyone who appreciates one of the modern game's greatest talents.

Tags

Lifestyle/entertainment tab-management lifestyle/entertainment

Privacy Practices

Not being sold to third parties, outside of the approved use cases
Not being used or transferred for purposes that are unrelated to the item's core functionality
Not being used or transferred to determine creditworthiness or for lending purposes
v1.0.6 Info Scanned Mar 7, 2026

Security Analysis — Mohamed Salah Wallpapers

Analyzed v1.0.6 · Mar 7, 2026 · 4 JS files · 99 KB scanned

Permissions

search

Code Patterns Detected

innerHTML assignment — potential XSS vector String.fromCharCode (obfuscation) charCodeAt (obfuscation) Creates script elements dynamically Reads browser storage Writes to browser storage Removes from browser storage Sets up event listeners

External Connections

tabplugins.com www.youtube.com chatgpt.com www.instagram.com x.com web.whatsapp.com www.google.com

Package Contents 80 files · 7.2MB

📁_locales12KB
📁am
{}messages.json242B
📁ar
{}messages.json332B
📁bg
{}messages.json376B
📁bn
{}messages.json242B
📁ca
{}messages.json242B
📁cs
{}messages.json265B
📁da
{}messages.json237B
📁de
{}messages.json264B
📁el
{}messages.json367B
📁en
{}messages.json242B
📁es
{}messages.json247B
📁et
{}messages.json242B
📁fa
{}messages.json242B
📁fi
{}messages.json254B
📁fr
{}messages.json266B
📁gu
{}messages.json242B
📁he
{}messages.json242B
📁hi
{}messages.json242B
📁hr
{}messages.json242B
📁hu
{}messages.json288B
📁id
{}messages.json230B
📁it
{}messages.json241B
📁ja
{}messages.json274B
📁kn
{}messages.json242B
📁ko
{}messages.json258B
📁lt
{}messages.json259B
📁lv
{}messages.json257B
📁ml
{}messages.json242B
📁ms
{}messages.json242B
📁nl
{}messages.json259B
📁no
{}messages.json242B
📁pl
{}messages.json262B
📁pt_BR
{}messages.json264B
📁pt_PT
{}messages.json261B
📁ro
{}messages.json268B
📁ru
{}messages.json367B
📁sk
{}messages.json244B
📁sl
{}messages.json233B
📁sr
{}messages.json242B
📁sv
{}messages.json250B
📁sw
{}messages.json242B
📁ta
{}messages.json242B
📁te
{}messages.json242B
📁th
{}messages.json242B
📁tr
{}messages.json270B
📁uk
{}messages.json378B
📁vi
{}messages.json242B
📁_metadata10KB
{}verified_contents.json10KB
📁icon33KB
🖼128.png33KB
📁img7MB
🖼1.jpg280KB
🖼10.jpg308KB
🖼11.jpg179KB
🖼12.jpg255KB
🖼13.jpg155KB
🖼14.jpg401KB
🖼15.jpg220KB
🖼16.jpg351KB
🖼17.jpg503KB
🖼18.jpg292KB
🖼19.jpg309KB
🖼2.jpg125KB
🖼20.jpg263KB
🖼21.jpg228KB
🖼22.jpg324KB
🖼23.jpg208KB
🖼24.jpg542KB
🖼3.jpg264KB
🖼4.jpg504KB
🖼5.jpg306KB
🖼6.jpg167KB
🖼7.jpg319KB
🖼8.jpg311KB
🖼9.jpg365KB
📁js99KB
📜bg.js596B
📜jquery-3.7.1.min.js85KBlarge
📜popup.js881B
📜script.js12KB
🌐index.html3KB
{}manifest.json515B
🎨style.css14KB

What This Extension Does

The Mohamed Salah Wallpapers - HD Football New Tab extension transforms your default new tab into a stunning visual showcase of Mohamed Salah's football skills, providing high-definition wallpapers and shortcuts to popular websites. It's suitable for Liverpool fans, football enthusiasts, and anyone who appreciates the Egyptian King's talent.

Permissions Explained

  • searchexpected: This permission allows the extension to access your search engine settings and use it within the new tab.
    Technical: The 'search' permission grants access to Chrome's search engine settings, allowing the extension to utilize your default search engine without leaving the new tab. This is a standard permission for extensions that provide search functionality or integrate with search engines.

Your Data

The extension accesses browser storage and sends data to various domains, including tabplugins.com, youtube.com, chatgpt.com, instagram.com, x.com, web.whatsapp.com, and google.com. It also reads and writes to browser storage.

Technical Details

The extension contacts the following domains: tabplugins.com, www.youtube.com, chatgpt.com, www.instagram.com, x.com, web.whatsapp.com, and www.google.com. It uses HTTP protocol for most interactions but does not specify a Content Security Policy (CSP). The extension reads and writes to browser storage using Chrome's storage API.

Code Findings

innerHTML assignment - potential XSS vectorMedium

This finding indicates that the extension uses innerHTML assignment, which can be a potential cross-site scripting (XSS) vulnerability if not properly sanitized.

Technical: The extension's code assigns innerHTML to an element using String.fromCharCode and charCodeAt, which may allow for XSS attacks if malicious input is injected. This pattern is commonly used in legitimate extensions but requires careful sanitization to prevent XSS.

💡 Legitimate extensions often use innerHTML assignment for dynamic content rendering, but it's essential to ensure that the content is properly sanitized to prevent XSS attacks.

Creates script elements dynamicallyHigh

This finding indicates that the extension creates script elements dynamically, which can be a potential security risk if not properly validated.

Technical: The extension's code creates script elements using document.createElement and sets their innerHTML using String.fromCharCode and charCodeAt. This pattern is commonly used in legitimate extensions but requires careful validation to prevent malicious scripts from being injected.

💡 Legitimate extensions often create script elements dynamically for various purposes, such as loading external scripts or injecting content. However, it's essential to ensure that the scripts are properly validated and sanitized to prevent security risks.

Reads browser storageMedium

This finding indicates that the extension reads data from browser storage, which can be a potential security risk if not properly secured.

Technical: The extension's code uses Chrome's storage API to read and write data to browser storage. This is a standard permission for extensions that require access to user data or settings.

💡 Legitimate extensions often read and write data to browser storage for various purposes, such as storing user preferences or syncing data across devices. However, it's essential to ensure that the data is properly secured and validated to prevent security risks.

Writes to browser storageMedium

This finding indicates that the extension writes data to browser storage, which can be a potential security risk if not properly secured.

Technical: The extension's code uses Chrome's storage API to read and write data to browser storage. This is a standard permission for extensions that require access to user data or settings.

💡 Legitimate extensions often read and write data to browser storage for various purposes, such as storing user preferences or syncing data across devices. However, it's essential to ensure that the data is properly secured and validated to prevent security risks.

Removes from browser storageMedium

This finding indicates that the extension removes data from browser storage, which can be a potential security risk if not properly secured.

Technical: The extension's code uses Chrome's storage API to read and write data to browser storage. This is a standard permission for extensions that require access to user data or settings.

💡 Legitimate extensions often remove data from browser storage when it's no longer needed, such as when a user uninstalls the extension. However, it's essential to ensure that the data is properly secured and validated to prevent security risks.

Sets up event listenersInfo

This finding indicates that the extension sets up event listeners, which can be used for various purposes such as handling user interactions or updating content.

Technical: The extension's code uses Chrome's event listener API to set up event handlers for various events. This is a standard pattern in legitimate extensions and does not pose any security risks on its own.

💡 Legitimate extensions often use event listeners to handle user interactions, update content, or perform other tasks. This finding does not indicate any security concerns.

Bottom Line

The Mohamed Salah Wallpapers - HD Football New Tab extension has some potential security risks due to its use of innerHTML assignment and creation of script elements dynamically. However, these findings are relatively common in legitimate extensions and do not necessarily indicate malicious intent. Users should exercise caution when installing this extension and ensure that their browser settings are properly secured.

Watch Netflix, Youtube, Disney Plus, Max and more in sync with friends
Lifestyle/entertainment
What is the song? Song identifier tells you!
Lifestyle/entertainment

Watch2gether

900K+ users
The official Watch2Gether (W2G) extension - Watch videos together with your friends.
Lifestyle/entertainment