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 |
| 公式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 |
| Eメール | [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
} | |