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