Panic Button

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

Cos'è Panic Button?

Panic Button è un'estensione di Chrome sviluppata da v2panicbutton, e la sua funzione principale è "Hide all your tabs at once with one single button and restore them later.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Panic Button

Scarica i file di estensione Panic Button in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
URL Ufficiale https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Descrizione Hide all your tabs at once with one single button and restore them later.
Dimensione del File 89.67 KB
Conteggio Installazioni 294
Versione Corrente 1.6.1
Ultimo Aggiornamento 2022-12-01
Data di Pubblicazione 2022-12-01
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore v2panicbutton
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://buttonofpanic.com/
URL della Pagina di Aiuto https://buttonofpanic.com/privacy.html
URL della Pagina della Politica sulla Privacy https://buttonofpanic.com/privacy.html
Lingue Supportate 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"
}