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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}