Spook
This extension randomly gives the user some spooky action
Apa itu Spook?
Spook adalah ekstensi Chrome yang dikembangkan oleh cjhall1283, dan fitur utamanya adalah "This extension randomly gives the user some spooky action".
Unduh Berkas CRX Ekstensi Spook
Unduh file ekstensi Spook dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
1 in 20 chance of a jumpscare when opening a new page.
Informasi Dasar Ekstensi
Nama | |
ID | jfahlajgnlapffdmakifjagpalmdalpl |
URL Resmi | https://chrome.google.com/webstore/detail/spook/jfahlajgnlapffdmakifjagpalmdalpl |
Deskripsi | This extension randomly gives the user some spooky action |
Ukuran File | 3.68 KB |
Jumlah Instalasi | 119 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2015-10-27 |
Tanggal Publikasi | 2015-10-27 |
Penilaian | 1.71/5 Total 7 Penilaian |
Pengembang | cjhall1283 |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/" ] } |