Jumpscare Tab

Replace your new tabs with the occasional Jumpscare!

What is Jumpscare Tab?

Jumpscare Tab is a Chrome extension developed by griffink3, and its main feature is "Replace your new tabs with the occasional Jumpscare!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Jumpscare Tab Extension CRX File

Download Jumpscare Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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 :)                    

Extension Basic Information

Name Jumpscare Tab Jumpscare Tab
ID lgffjphcglhjodndldapdedaemkkkcbo
Official URL https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo
Description Replace your new tabs with the occasional Jumpscare!
File Size 38.2 MB
Installation Count 1,622
Current Version 1.0
Last Updated 2020-10-29
Publish Date 2020-10-28
Rating 4.67/5 Total 3 Ratings
Developer griffink3
Email [email protected]
Payment Type free
Supported Languages 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
}