Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
什么是Tired of the world?
Tired of the world是由Russ Smith开发的Chrome扩展程序,该扩展的主要功能是“Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.”。
下载Tired of the world扩展crx文件
下载Tired of the world扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.
扩展基本信息
名称 | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
官方URL | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
简介 | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
文件大小 | 3.64 KB |
安装次数 | 10 |
当前版本 | 0.1 |
更新时间 | 2015-12-07 |
上架时间 | 2015-12-07 |
评分 | 4.50/5 共2次评分 |
开发者 | Russ Smith |
付费类型 | free |
帮助页面URL | https://twitter.com/russ_sm |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tired of the world", "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |