Jumpscare Tab
Replace your new tabs with the occasional Jumpscare!
Was ist Jumpscare Tab?
Jumpscare Tab ist eine Chrome-Erweiterung, die von griffink3 entwickelt wurde, und ihr Hauptmerkmal ist "Replace your new tabs with the occasional Jumpscare!".
Erweiterungsscreenshots
Jumpscare Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jumpscare Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 :) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lgffjphcglhjodndldapdedaemkkkcbo |
| Offizielle URL | https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo |
| Beschreibung | Replace your new tabs with the occasional Jumpscare! |
| Dateigröße | 38.2 MB |
| Installationsanzahl | 1,622 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2020-10-29 |
| Veröffentlichungsdatum | 2020-10-28 |
| Bewertung | 4.67/5 Insgesamt 3 Bewertungen |
| Entwickler | griffink3 |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |