The Trumpinator™
Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.
什么是The Trumpinator™?
The Trumpinator™是由Trump-800开发的Chrome扩展程序,该扩展的主要功能是“Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.”。
扩展截图
下载The Trumpinator™扩展crx文件
下载The Trumpinator™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | dmibnnkgfdonadejjcljacffalpcaolk |
官方URL | https://chrome.google.com/webstore/detail/the-trumpinator/dmibnnkgfdonadejjcljacffalpcaolk |
简介 | Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames. |
文件大小 | 13.34 KB |
安装次数 | 49 |
当前版本 | 1.0 |
更新时间 | 2016-06-30 |
上架时间 | 2016-06-30 |
评分 | 5.00/5 共6次评分 |
开发者 | Trump-800 |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Trumpinator\u2122", "description": "Turns any mention of Trump into instant satire by replacing his name with contextually relevant nicknames.", "version": "1.0", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ] } |