Jumpscare Tab
Replace your new tabs with the occasional Jumpscare!
什么是Jumpscare Tab?
Jumpscare Tab是由griffink3开发的Chrome扩展程序,该扩展的主要功能是“Replace your new tabs with the occasional Jumpscare!”。
扩展截图
下载Jumpscare Tab扩展crx文件
下载Jumpscare Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 :)
扩展基本信息
名称 | Jumpscare Tab |
ID | lgffjphcglhjodndldapdedaemkkkcbo |
官方URL | https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo |
简介 | Replace your new tabs with the occasional Jumpscare! |
文件大小 | 38.2 MB |
安装次数 | 1,622 |
当前版本 | 1.0 |
更新时间 | 2020-10-29 |
上架时间 | 2020-10-28 |
评分 | 4.67/5 共3次评分 |
开发者 | griffink3 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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 } |