Popup Closer
Automatically close popup tabs
What is Popup Closer?
Popup Closer is a Chrome extension developed by Nick Vokey, and its main feature is "Automatically close popup tabs".
Extension Screenshots
Download Popup Closer Extension CRX File
Download Popup Closer 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
This lightweight extension automatically closes popup tabs. It does not get detected as an ad blocker. Can be easily toggled on/off.
Extension Basic Information
Name | |
ID | dehhmbkoohkdeojkpihjiofihifdjjoe |
Official URL | https://chrome.google.com/webstore/detail/popup-closer/dehhmbkoohkdeojkpihjiofihifdjjoe |
Description | Automatically close popup tabs |
File Size | 7.48 KB |
Installation Count | 71 |
Current Version | 1.0 |
Last Updated | 2020-10-18 |
Publish Date | 2020-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Nick Vokey |
[email protected] | |
Payment Type | free |
Extension Website | https://www.nickvokey.ca |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Popup Closer", "description": "Automatically close popup tabs", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |