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"
        }
    ]
}