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
公式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\/"
    ]
}