Spook
This extension randomly gives the user some spooky action
什么是Spook?
Spook是由cjhall1283开发的Chrome扩展程序,该扩展的主要功能是“This extension randomly gives the user some spooky action”。
下载Spook扩展crx文件
下载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\/" ] } |