Jumpscare Tab
Replace your new tabs with the occasional Jumpscare!
Wat is Jumpscare Tab?
Jumpscare Tab is een Chrome-extensie ontwikkeld door griffink3, en de belangrijkste functie is "Replace your new tabs with the occasional Jumpscare!".
Extensie Screenshots
Download het CRX-bestand van de extensie Jumpscare Tab
Download Jumpscare Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 :) Basisinformatie over de Extensie
| Naam | |
| ID | lgffjphcglhjodndldapdedaemkkkcbo |
| Officiële URL | https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo |
| Beschrijving | Replace your new tabs with the occasional Jumpscare! |
| Bestandsgrootte | 38.2 MB |
| Aantal Installaties | 1,622 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-10-29 |
| Publicatiedatum | 2020-10-28 |
| Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | griffink3 |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |