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
官方網址 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"
        }
    ]
}