Trump to Boner
Changes the text Trump to Boner
什么是Trump to Boner?
Trump to Boner是由John Q. Public开发的Chrome扩展程序,该扩展的主要功能是“Changes the text Trump to Boner”。
扩展截图
下载Trump to Boner扩展crx文件
下载Trump to Boner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple extension turns any instance of the word "Trump" to "Boner" - have fun!
扩展基本信息
名称 | Trump to Boner |
ID | ggnodhlgeimmggeeaokhcofmbobdffmn |
官方URL | https://chromewebstore.google.com/detail/trump-to-boner/ggnodhlgeimmggeeaokhcofmbobdffmn |
简介 | Changes the text Trump to Boner |
文件大小 | 8.26 KB |
安装次数 | 13 |
当前版本 | 0.1 |
更新时间 | 2015-07-20 |
上架时间 | 2015-07-20 |
开发者 | John Q. Public |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Trump to Boner", "short_name": "TtB", "description": "Changes the text Trump to Boner", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |