chrome-spoopy

Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.

什么是chrome-spoopy?

chrome-spoopy是由TopPhysicist开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.”。

下载chrome-spoopy扩展crx文件

下载chrome-spoopy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.                    

扩展基本信息

名称 chrome-spoopy chrome-spoopy
ID ddhilclcnpneangmopgpfcofdpdffgop
官方URL https://chrome.google.com/webstore/detail/ddhilclcnpneangmopgpfcofdpdffgop
简介 Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.
文件大小 3.56 KB
安装次数 32
当前版本 1.0
更新时间 2015-10-16
上架时间 2015-10-16
评分 5.00/5 共1次评分
开发者 TopPhysicist
付费类型 free
扩展官网 https://github.com/mattleblanc/chrome-spoopy
帮助页面URL https://github.com/mattleblanc/chrome-spoopy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "chrome-spoopy",
    "version": "1.0",
    "description": "Chrome extension that replaces occurrences of 'spooky' with 'spoopy' and 'Halloween' with 'Spookloween' in text during October.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}