Spook
This extension randomly gives the user some spooky action
Spookคืออะไร?
Spook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cjhall1283 และคุณลักษณะหลักของมันคือ "This extension randomly gives the user some spooky action"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spook
ดาวน์โหลดไฟล์ส่วนขยาย Spook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1 in 20 chance of a jumpscare when opening a new page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jfahlajgnlapffdmakifjagpalmdalpl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/spook/jfahlajgnlapffdmakifjagpalmdalpl |
คำอธิบาย | This extension randomly gives the user some spooky action |
ขนาดไฟล์ | 3.68 KB |
จำนวนการติดตั้ง | 119 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-10-27 |
วันที่เผยแพร่ | 2015-10-27 |
คะแนน | 1.71/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | cjhall1283 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Spook", "description": "This extension randomly gives the user some spooky action", "version": "1.1", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |