Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
什么是Some Rich Asshole?
Some Rich Asshole是由drew开发的Chrome扩展程序,该扩展的主要功能是“Replaces the text 'Donald Trump' with 'Some Rich Asshole'.”。
扩展截图
下载Some Rich Asshole扩展crx文件
下载Some Rich Asshole扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
扩展基本信息
名称 | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
官方URL | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
简介 | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
文件大小 | 33.73 KB |
安装次数 | 603 |
当前版本 | 1.2 |
更新时间 | 2015-09-17 |
上架时间 | 2015-09-17 |
评分 | 4.81/5 共72次评分 |
开发者 | drew |
电子邮箱 | [email protected] |
付费类型 | in_app |
扩展官网 | http://somerichasshole.com |
帮助页面URL | http://somerichasshole.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole", "version": "1.2", "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |