Jumpscare Tab

Replace your new tabs with the occasional Jumpscare!

Qu'est-ce que Jumpscare Tab ?

Jumpscare Tab est une extension Chrome développée par griffink3, et sa fonction principale est "Replace your new tabs with the occasional Jumpscare!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Jumpscare Tab

Téléchargez les fichiers d'extension Jumpscare Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Jumpscare Tab Jumpscare Tab
ID lgffjphcglhjodndldapdedaemkkkcbo
URL Officiel https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo
Description Replace your new tabs with the occasional Jumpscare!
Taille du Fichier 38.2 MB
Nombre d'Installations 1,622
Version Actuelle 1.0
Dernière Mise à Jour 2020-10-29
Date de Publication 2020-10-28
Évaluation 4.67/5 Total 3 Évaluations
Développeur griffink3
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}