Umbridgizer
This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.
什么是Umbridgizer?
Umbridgizer是由egdirbmu开发的Chrome扩展程序,该扩展的主要功能是“This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.”。
扩展截图
下载Umbridgizer扩展crx文件
下载Umbridgizer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        This extension turns Donald Trump into Hogwarts teacher Dolores Umbridge.
Because somehow that just seems right.                     扩展基本信息
| 名称 |   |  
| ID | fcnmedblgeflkchhbgdfjkccjodaghli | 
| 官方URL | https://chromewebstore.google.com/detail/umbridgizer/fcnmedblgeflkchhbgdfjkccjodaghli | 
| 简介 | This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'. | 
| 文件大小 | 4.45 KB | 
| 安装次数 | 18 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2016-03-03 | 
| 上架时间 | 2016-03-02 | 
| 评分 | 4.50/5 共8次评分 | 
| 开发者 | egdirbmu | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Umbridgizer",
    "description": "This extension will turn the words 'Donald Trump' into 'Dolores Umbridge'.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "muggle.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "kitty.png"
    },
    "short_name": "Umbridge"
}  |  |