Jumpscare Tab
Replace your new tabs with the occasional Jumpscare!
Vad är Jumpscare Tab?
Jumpscare Tab är en Chrome-tillägg utvecklad av griffink3, och dess huvudfunktion är "Replace your new tabs with the occasional Jumpscare!".
Tilläggsskärmbilder
Ladda ner Jumpscare Tab-förlängningens CRX-fil
Ladda ner Jumpscare Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | Jumpscare Tab |
ID | lgffjphcglhjodndldapdedaemkkkcbo |
Officiell webbadress | https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo |
Beskrivning | Replace your new tabs with the occasional Jumpscare! |
Filstorlek | 38.2 MB |
Antal Installationer | 1,622 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-10-29 |
Publiceringsdatum | 2020-10-28 |
Betyg | 4.67/5 Totalt 3 Betyg |
Utvecklare | griffink3 |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |