Panic Button
Hide all your tabs at once with one single button and restore them later.
What is Panic Button?
Panic Button is a Chrome extension developed by v2panicbutton, and its main feature is "Hide all your tabs at once with one single button and restore them later.".
Extension Screenshots
Download Panic Button Extension CRX File
Download Panic Button 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
Allows you to hide unnecessary tabs simply by clicking on the icon. And you will enjoy the browser window with only the tab you need
Extension Basic Information
Name | Panic Button |
ID | jcoceojhbakdokccbmbdjdmbmfhfoahm |
Official URL | https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm |
Description | Hide all your tabs at once with one single button and restore them later. |
File Size | 89.67 KB |
Installation Count | 294 |
Current Version | 1.6.1 |
Last Updated | 2022-12-01 |
Publish Date | 2022-12-01 |
Rating | 4.00/5 Total 1 Ratings |
Developer | v2panicbutton |
[email protected] | |
Payment Type | free |
Extension Website | https://buttonofpanic.com/ |
Help Page URL | https://buttonofpanic.com/privacy.html |
Privacy Policy Page URL | https://buttonofpanic.com/privacy.html |
Supported Languages | de,en,fr,nl,tr,es,it,pl,sv,el,sr,ru,uk,ar |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "action": { "default_icon": { "128": "img\/icon128-128.png" }, "default_title": "__MSG_defTitle__" }, "content_scripts": [ { "all_frames": true, "js": [ "main\/sekret.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": { "script-src": "self", "object-src": "self" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "128": "img\/icon128-128.png" }, "manifest_version": 3, "name": "__MSG_extName__", "permissions": [ "tabs", "bookmarks", "storage", "cookies" ], "host_permissions": [ "*:\/\/buttonofpanic.com\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6.1" } |