Jumpscare Tab

Replace your new tabs with the occasional Jumpscare!

Jumpscare Tabคืออะไร?

Jumpscare Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย griffink3 และคุณลักษณะหลักของมันคือ "Replace your new tabs with the occasional Jumpscare!"

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

screenshot
screenshot
screenshot

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

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

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

                        Get your blood flowing and your heart racing with Jumpscare Tab. Any time you open a new tab you could be hit with a terrifying, bloodcurdling face but more likely, you'll see something pretty innocuous. You'll never know! 

Install it on a friend's computer to prank them :)                    

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

ชื่อ Jumpscare Tab Jumpscare Tab
ID lgffjphcglhjodndldapdedaemkkkcbo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo
คำอธิบาย Replace your new tabs with the occasional Jumpscare!
ขนาดไฟล์ 38.2 MB
จำนวนการติดตั้ง 1,622
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-10-29
วันที่เผยแพร่ 2020-10-28
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา griffink3
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jumpscare Tab",
    "short_name": "Jumpscare Tab",
    "version": "1.0",
    "description": "Replace your new tabs with the occasional Jumpscare!",
    "author": "Griffin Kao and Michael Perusse",
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "permissions": [],
    "background": {
        "scripts": [
            "newtab.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/pattern16.png",
            "32": "images\/pattern32.png",
            "48": "images\/pattern48.png",
            "128": "images\/pattern128.png"
        }
    },
    "icons": {
        "16": "images\/pattern16.png",
        "32": "images\/pattern32.png",
        "48": "images\/pattern48.png",
        "128": "images\/pattern128.png"
    },
    "manifest_version": 2
}