Panic Button

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

Apa itu Panic Button?

Panic Button adalah ekstensi Chrome yang dikembangkan oleh v2panicbutton, dan fitur utamanya adalah "Hide all your tabs at once with one single button and restore them later.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Panic Button

Unduh file ekstensi Panic Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Panic Button Panic Button
ID jcoceojhbakdokccbmbdjdmbmfhfoahm
URL Resmi https://chromewebstore.google.com/detail/panic-button/jcoceojhbakdokccbmbdjdmbmfhfoahm
Deskripsi Hide all your tabs at once with one single button and restore them later.
Ukuran File 89.67 KB
Jumlah Instalasi 294
Versi Saat Ini 1.6.1
Terakhir Diperbarui 2022-12-01
Tanggal Publikasi 2022-12-01
Penilaian 4.00/5 Total 1 Penilaian
Pengembang v2panicbutton
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://buttonofpanic.com/
URL Halaman Bantuan https://buttonofpanic.com/privacy.html
URL Halaman Kebijakan Privasi https://buttonofpanic.com/privacy.html
Bahasa yang Didukung 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"
}