Voldemort Replacer

This extension replaces the word Voldemort in websites with one of 3 random values.

什么是Voldemort Replacer?

Voldemort Replacer是由Buckwheat469开发的Chrome扩展程序,该扩展的主要功能是“This extension replaces the word Voldemort in websites with one of 3 random values.”。

扩展截图

screenshot

下载Voldemort Replacer扩展crx文件

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

扩展使用说明

                        Replaces Voldemort or Lord Voldemort (including the possessive options) with a random choice of "You-Know-Who", "He-Who-Must-Not-Be-Named", or "the Dark Lord".                    

扩展基本信息

名称 Voldemort Replacer Voldemort Replacer
ID apknhhlmkgippggghbhhdnekmgkaeglb
官方URL https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb
简介 This extension replaces the word Voldemort in websites with one of 3 random values.
文件大小 352 KB
安装次数 22
当前版本 1.2
更新时间 2015-05-10
上架时间 2015-05-10
评分 1.00/5 共1次评分
开发者 Buckwheat469
付费类型 free
扩展官网 https://github.com/ajbogh/VoldemortReplacer
帮助页面URL https://github.com/ajbogh/VoldemortReplacer/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voldemort Replacer",
    "description": "This extension replaces the word Voldemort in websites with one of 3 random values.",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "voldemortReplacer.js"
            ],
            "run_at": "document_end"
        }
    ]
}