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.                    

擴展基本資訊

名稱 Spook Spook
ID jfahlajgnlapffdmakifjagpalmdalpl
官方網址 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\/"
    ]
}