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 :) 擴展基本資訊
| 名稱 | |
| ID | lgffjphcglhjodndldapdedaemkkkcbo |
| 官方網址 | 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
} | |