Jumpscare Tab

Replace your new tabs with the occasional Jumpscare!

Cos'è Jumpscare Tab?

Jumpscare Tab è un'estensione di Chrome sviluppata da griffink3, e la sua funzione principale è "Replace your new tabs with the occasional Jumpscare!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Jumpscare Tab

Scarica i file di estensione Jumpscare Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Jumpscare Tab Jumpscare Tab
ID lgffjphcglhjodndldapdedaemkkkcbo
URL Ufficiale https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo
Descrizione Replace your new tabs with the occasional Jumpscare!
Dimensione del File 38.2 MB
Conteggio Installazioni 1,622
Versione Corrente 1.0
Ultimo Aggiornamento 2020-10-29
Data di Pubblicazione 2020-10-28
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore griffink3
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}