Jumpscare Tab
Replace your new tabs with the occasional Jumpscare!
Jumpscare Tab là gì?
Jumpscare Tab là một tiện ích mở rộng Chrome được phát triển bởi griffink3, và tính năng chính của nó là "Replace your new tabs with the occasional Jumpscare!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Jumpscare Tab
Tải xuống các tệp mở rộng Jumpscare Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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 :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Jumpscare Tab |
ID | lgffjphcglhjodndldapdedaemkkkcbo |
URL Chính Thức | https://chromewebstore.google.com/detail/jumpscare-tab/lgffjphcglhjodndldapdedaemkkkcbo |
Mô tả | Replace your new tabs with the occasional Jumpscare! |
Kích Thước Tệp | 38.2 MB |
Số Lần Cài Đặt | 1,622 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-10-29 |
Ngày Phát Hành | 2020-10-28 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | griffink3 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |