Popup Remover
Remove Annoying Pop-up When You Click the Icon
What is Popup Remover?
Popup Remover is a Chrome extension developed by FredyK200, and its main feature is "Remove Annoying Pop-up When You Click the Icon".
Extension Screenshots
Download Popup Remover Extension CRX File
Download Popup Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Removes Pop-Ups from News Sites telling you to subscribe, Social Media sites telling you to log in, and any other annoying popup that fills the web page and blocks scrolling.
Extension Basic Information
Name | Popup Remover |
ID | cgfeodejlolofnlcmpfgplpjinnifmpp |
Official URL | https://chromewebstore.google.com/detail/popup-remover/cgfeodejlolofnlcmpfgplpjinnifmpp |
Description | Remove Annoying Pop-up When You Click the Icon |
File Size | 16.65 KB |
Installation Count | 314 |
Current Version | 1.01 |
Last Updated | 2021-05-19 |
Publish Date | 2021-05-01 |
Rating | 5.00/5 Total 2 Ratings |
Developer | FredyK200 |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.buymeacoffee.com/FredyK200 |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Popup Remover", "manifest_version": 3, "version": "1.01", "description": "Remove Annoying Pop-up When You Click the Icon", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |