Tab Close Gold
Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!
What is Tab Close Gold?
Tab Close Gold is a Chrome extension developed by mukunku, and its main feature is "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!".
Extension Screenshots
Download Tab Close Gold Extension CRX File
Download Tab Close Gold 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 extension will automatically close your blacklisted tabs. Features: -Configure unwanted URLs or page titles to automatically close tabs -Match tabs with plain text or regular expressions -Add up to 30 seconds of delay before tabs are closed -Import & Export configuration support -Settings are synced across browsers Visit the Wiki for details on how to use the extension: https://github.com/mukunku/Tab-Close-Gold/wiki
Extension Basic Information
Name | Tab Close Gold |
ID | blhbohajaekmpblcffpkpogkhkmmbbhf |
Official URL | https://chromewebstore.google.com/detail/tab-close-gold/blhbohajaekmpblcffpkpogkhkmmbbhf |
Description | Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further! |
File Size | 247 KB |
Installation Count | 4,933 |
Current Version | 3.0.0.0 |
Last Updated | 2023-11-22 |
Publish Date | 2018-02-04 |
Rating | 4.65/5 Total 65 Ratings |
Developer | mukunku |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mukunku/Tab-Close-Gold |
Help Page URL | https://github.com/mukunku/Tab-Close-Gold/issues |
Privacy Policy Page URL | https://github.com/mukunku/Tab-Close-Gold/blob/master/PrivacyPolicy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tab Close Gold", "version": "3.0.0.0", "permissions": [ "tabs", "storage" ], "options_page": ".\/options.html", "description": "Tired of unwanted popups? Leftover Zoom tabs got you down? Want a simple extension to auto close tabs? Then look no further!", "icons": { "128": "icon128.png" }, "author": "mukunku", "background": { "service_worker": ".\/background.bundle.js", "type": "module" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_icon": { "128": "icon128.png" }, "default_title": "Tab Close Gold", "default_popup": ".\/popup.html" } } |