Panic Button

Panic Button is a browser extension that allows you to quickly close all tabs and clear your browsing history.(last 24 hours) :)

Panic Buttonคืออะไร?

Panic Button เป็นส่วนขยายของ Chrome ที่พัฒนาโดย doomer.cpp และคุณลักษณะหลักของมันคือ "Panic Button is a browser extension that allows you to quickly close all tabs and clear your browsing history.(last 24 hours) :)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Panic Button

ดาวน์โหลดไฟล์ส่วนขยาย Panic Button ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Panic Button - The Ultimate "Mom's Coming!"

Uh-oh! Someone's sneaking up on you while you're browsing the web, and you need to hide everything FAST? Don't worry! Panic Button has got your back! With our hilarious and sneaky Chrome extension, you'll never be caught off guard again.

Panic Button is your digital superhero that swoops in to save the day when you need to vanish from the internet in the blink of an eye. Our extension is perfect for those moments when your mom, boss, or that nosy coworker suddenly appears and you just can't let them see what you're up to.
Here's how Panic Button - The Ultimate "Mom's Coming!" Chrome Extension works:

1)Press the secret keyboard shortcut (Ctrl+Shift+Z) to activate the Panic Button!
2)Watch in awe as your browsing history from the past 24 hours vanishes into thin air.
3)Gasp as all your open tabs disappear faster than you can say "I wasn't doing anything!"
4)Be amazed when a predetermined (and totally innocent) tab pops up, making it look like you were doing something entirely different.

But wait, there's more! With Panic Button, you can:
Enable or disable the extension with a simple switch, for those days when you feel extra sneaky.
Set your own predetermined URL to open when the Panic Button is activated. Choose your favorite cat video or maybe an educational site to really throw them off!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Panic Button Panic Button
ID mglkbkfblclhiapcciclfblcncdabdhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/panic-button/mglkbkfblclhiapcciclfblcncdabdhe
คำอธิบาย Panic Button is a browser extension that allows you to quickly close all tabs and clear your browsing history.(last 24 hours) :)
ขนาดไฟล์ 24.47 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-04-09
วันที่เผยแพร่ 2023-04-04
คะแนน 4.09/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา doomer.cpp
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Doomers-cpp
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Panic Button",
    "version": "1.0",
    "description": "Panic Button is a browser extension that allows you to quickly close all tabs and clear your browsing history.(last 24 hours) :)",
    "permissions": [
        "browsingData",
        "tabs",
        "commands",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "panic": {
            "suggested_key": {
                "default": "Ctrl+Shift+Z"
            },
            "description": "Activate Panic Button"
        }
    }
}