Jumpscare Tab
Replace your new tabs with the occasional Jumpscare!
Co to jest Jumpscare Tab?
Jumpscare Tab to rozszerzenie Chrome opracowane przez griffink3, a jego główną funkcją jest „Replace your new tabs with the occasional Jumpscare!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Jumpscare Tab
Pobierz pliki rozszerzeń Jumpscare Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :) Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lgffjphcglhjodndldapdedaemkkkcbo |
| Oficjalny URL | https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo |
| Opis | Replace your new tabs with the occasional Jumpscare! |
| Rozmiar pliku | 38.2 MB |
| Liczba instalacji | 1,622 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2020-10-29 |
| Data Publikacji | 2020-10-28 |
| Ocena | 4.67/5 Łącznie 3 Oceny |
| Deweloper | griffink3 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |