Donald Trump To Lord Dampnut
Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'
Donald Trump To Lord Dampnutとは何ですか?
Donald Trump To Lord DampnutはPrateekによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'」です。
拡張機能のスクリーンショット
Donald Trump To Lord Dampnut拡張機能のCRXファイルをダウンロード
Donald Trump To Lord Dampnut拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. For optimal experience, it also changes the text 'Donald' to 'Lord' and 'Trump' to 'Dampnut'.
Credit goes to to Colin Mochrie for coining the anagram! http://www.urbandictionary.com/define.php?term=lord+dampnut                     拡張機能の基本情報
| 名前 |   |  
| ID | hchnjchopdcefnppdkmcfmnofnanijfg | 
| 公式URL | https://chromewebstore.google.com/detail/donald-trump-to-lord-damp/hchnjchopdcefnppdkmcfmnofnanijfg | 
| 説明 | Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut' | 
| ファイルサイズ | 374 KB | 
| インストール数 | 34 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2017-02-06 | 
| 公開日 | 2017-02-05 | 
| 評価 | 3.40/5 合計 5 レビュー | 
| 開発者 | Prateek | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump To Lord Dampnut",
    "version": "1.0",
    "description": "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png"
    }
}  |  |