Panic Button

Hide all your tabs at once with one single button and restore them later.

Qu'est-ce que Panic Button ?

Panic Button est une extension Chrome développée par v2panicbutton, et sa fonction principale est "Hide all your tabs at once with one single button and restore them later.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Panic Button

Téléchargez les fichiers d'extension Panic Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
URL Officiel https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Description Hide all your tabs at once with one single button and restore them later.
Taille du Fichier 89.67 KB
Nombre d'Installations 294
Version Actuelle 1.6.1
Dernière Mise à Jour 2022-12-01
Date de Publication 2022-12-01
Évaluation 4.00/5 Total 1 Évaluations
Développeur v2panicbutton
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://buttonofpanic.com/
URL de la Page d'Aide https://buttonofpanic.com/privacy.html
URL de la Page de Politique de Confidentialité https://buttonofpanic.com/privacy.html
Langues Prises en Charge 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"
}