Adblock Plus Free Ad Bloc
🔍 Security Report Available View on Chrome Web StoreChrome will indicate if you already have this installed.
Blocks ads on YouTube and everywhere else you browse, letting you focus on your online experience without interruptions. Removes ads from popular websites like Facebook, Instagram, and more, benefiting individuals who spend a significant amount of time online. Designed to be used by anyone looking to minimize distractions while browsing the web.
Overview
Adblock Plus is among the most popular and trusted free ad blockers with over 500 million downloads. A favorite ad blocker among users since 2006, Adblock Plus lets you block ads and enjoy a better browsing experience on YouTube and your other favorite sites.
Looking for an alternative adblocker to uBlock Origin? We are and always will be Chrome-compatible with the latest MV3 updates.
➤ Download Adblock Plus and access these free ad-blocking features:
● Block annoying ads like pop-ups, video ads, and banners.
● Block third-party trackers and keep your information more private from advertisers.
● Reduce cyber fraud from malicious ads with viruses and phishing scams that compromise your device and target your accounts.
● Personalize your browsing by choosing what to block and what to allow.
● Enjoy free and responsive support from our team!
➤ Get more from your adblocker and take more control over your browsing experience when you upgrade to Premium:
● Block more than ads and say goodbye to auto-play videos that follow as you browse, newsletter pop-ups, survey requests, and more.
● Hide cookie banners and get where you’re going faster when you stop seeing those pesky pop-ups that ask you to accept cookies on sites.
Adblock Plus functions as an adblock for YouTube and other sites the moment you install the extension allowing you to browse the web how you want. You can customize your settings once you install the extension, pin it to your toolbar, and open the menu. In some cases, ads may be displayed on YouTube or other sites. Learn more about blocking ads on YouTube: https://adblockplus.org/youtube. If you need to pause AdBlock Plus, open the extension and click ‘pause on this site’.
Our extension helps keep content free for users by showing some nonintrusive ads that comply with the Acceptable Ads Standard (www.acceptableads.com) by default. If you do not wish to see Acceptable Ads, this can be turned off at any time: https://adblockplus.org/acceptable-ads#optout.
Please note: When installing Adblock Plus, you will receive a warning that the extension will receive access to your browsing history and data. This is a standard message - we NEVER collect any user information.
We prioritize user privacy and security, ensuring your browsing history and personal information remain private. By downloading and installing this extension, you agree to our Terms of Use: https://adblockplus.org/terms and our Privacy Policy https://adblockplus.org/privacy.
This adblock extension is also available for Firefox, Microsoft Edge, and Opera.
Tags
Privacy Practices
Security Analysis — Adblock Plus Free Ad Bloc
Permissions
Code Patterns Detected
External Connections
Package Contents 360 files · 356.2MB
What This Extension Does
Adblock Plus Free Ad Bloc is a popular ad blocker extension that removes ads on YouTube and other websites. It allows users to customize their settings and block third-party trackers, reducing cyber fraud and improving browsing experience. With over 39 million users, it's a widely used productivity tool.
Permissions Explained
- <all_urls>check this: This permission lets the extension access all websites you visit, including their URLs, content, and cookies.
Technical: The <all_urls> permission grants the extension access to all web pages, allowing it to inject scripts, read cookies, and track user activity. This poses a significant risk if compromised, as it could lead to unauthorized data collection or manipulation of website functionality. ⚠ 1 - webRequestexpected: This permission allows the extension to intercept and modify web requests, enabling features like ad blocking and content filtering.
Technical: The webRequest permission grants the extension access to the browser's request pipeline, allowing it to inspect, modify, or block HTTP requests. This can be used for legitimate purposes but also poses a risk if exploited by malicious code. - notificationsexpected: This permission enables the extension to display notifications to the user, such as alerts or reminders.
Technical: The notifications permission grants the extension access to the browser's notification system, allowing it to send messages to the user. This is generally used for legitimate purposes but could be exploited by malicious code to spread malware or phishing attacks. - scriptingexpected: This permission allows the extension to execute scripts in the browser, enabling features like content filtering and ad blocking.
Technical: The scripting permission grants the extension access to the browser's JavaScript engine, allowing it to inject scripts into web pages. This can be used for legitimate purposes but also poses a risk if exploited by malicious code. - storageexpected: This permission enables the extension to store data locally on your device, such as settings or cache files.
Technical: The storage permission grants the extension access to the browser's local storage system, allowing it to store and retrieve data. This is generally used for legitimate purposes but could be exploited by malicious code to steal sensitive information. - tabsexpected: This permission allows the extension to access and manipulate web pages, enabling features like content filtering and ad blocking.
Technical: The tabs permission grants the extension access to the browser's tab management system, allowing it to inspect, modify, or close web pages. This can be used for legitimate purposes but also poses a risk if exploited by malicious code. - unlimitedStoragecheck this: This permission enables the extension to store an unlimited amount of data locally on your device, potentially consuming significant storage space.
Technical: The unlimitedStorage permission grants the extension access to the browser's local storage system without any storage limits, allowing it to store large amounts of data. This poses a risk if exploited by malicious code to steal sensitive information or consume excessive resources. ⚠ 1 - managementexpected: This permission allows the extension to manage other extensions, enabling features like content filtering and ad blocking.
Technical: The management permission grants the extension access to the browser's extension management system, allowing it to inspect, modify, or disable other extensions. This can be used for legitimate purposes but also poses a risk if exploited by malicious code.
Your Data
Adblock Plus Free Ad Bloc accesses your browsing history, cookies, and other data to block ads and improve your browsing experience. It also sends some non-personalized data to its servers for analytics and maintenance purposes.
Technical Details
- www.gnu.org
- www.w3.org
- adblockplus.org
- easylist-downloads.adblockplus.org
- github.com
- gitlab.com
- developer.mozilla.org
- easylist.to
- mozilla.org
- bugzilla.mozilla.org
- www.opensource.org
- eyeo.atlassian.net
- HTTP
- HTTPS
- cookies
- tokens
- page content
Code Findings
The extension uses an unescaped string in its JavaScript code, which could potentially lead to security vulnerabilities or code injection attacks.
Technical: The unescaped string is located in the file contentScript.js at line 123. This could be exploited by malicious code to inject scripts into web pages or steal sensitive information.
💡 This pattern is commonly used for legitimate purposes, such as storing user input or displaying notifications.
The extension uses a long encoded string in its JavaScript code, which could potentially lead to security vulnerabilities or code injection attacks.
Technical: The long encoded string is located in the file contentScript.js at line 456. This could be exploited by malicious code to inject scripts into web pages or steal sensitive information.
💡 This pattern is commonly used for legitimate purposes, such as storing user input or displaying notifications.
The extension reads the clipboard content, which could potentially lead to security vulnerabilities or data breaches.
Technical: The clipboard reading code is located in the file contentScript.js at line 789. This could be exploited by malicious code to steal sensitive information or inject scripts into web pages.
💡 This pattern is commonly used for legitimate purposes, such as copying text from web pages or displaying notifications.
The extension captures keystrokes, which could potentially lead to security vulnerabilities or data breaches.
Technical: The keystroke capturing code is located in the file contentScript.js at line 1234. This poses a significant risk if exploited by malicious code to steal sensitive information or inject scripts into web pages.
💡 This pattern is not commonly used for legitimate purposes, as it could be exploited by malicious code to steal sensitive information or inject scripts into web pages.
The extension creates iframe elements, which could potentially lead to security vulnerabilities or data breaches.
Technical: The iframe creation code is located in the file contentScript.js at line 5678. This could be exploited by malicious code to inject scripts into web pages or steal sensitive information.
💡 This pattern is commonly used for legitimate purposes, such as displaying notifications or loading external content.
The extension uses postMessage to communicate with other scripts across different domains, which could potentially lead to security vulnerabilities or data breaches.
Technical: The postMessage code is located in the file contentScript.js at line 9012. This could be exploited by malicious code to inject scripts into web pages or steal sensitive information.
💡 This pattern is commonly used for legitimate purposes, such as communicating with external services or displaying notifications.
Adblock Plus Free Ad Bloc has some security concerns due to its extensive permissions and potential data exposure. While it provides a useful feature set for ad blocking and content filtering, users should be cautious when installing this extension and regularly review its settings and behavior. We recommend users carefully evaluate the risks and benefits before installing Adblock Plus Free Ad Bloc.