Ford to Butt
Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.
什么是Ford to Butt?
Ford to Butt是由ericwilborn开发的Chrome扩展程序,该扩展的主要功能是“Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.”。
扩展截图
下载Ford to Butt扩展crx文件
下载Ford to Butt扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Oh the fun you'll have with this extension. Whether you're a Chevy or Dodge fan looking to troll your Ford buddy or if you just want a good laugh, load up this extension and browse vehicle sites until your heart is content. I highly recommend the Wikipedia article for "List of Butt (err, Ford) vehicles" for the best experience: https://en.wikipedia.org/wiki/List_of_Ford_vehicles
While "Butt Crusader" is pretty funny, there are plenty more to enjoy!
*Creator is not responsible for dry cleaning bills due to soiled pants. 扩展基本信息
| 名称 | |
| ID | febmlappdbemgjcmflbnicpobbhjhmpa |
| 官方URL | https://chromewebstore.google.com/detail/ford-to-butt/febmlappdbemgjcmflbnicpobbhjhmpa |
| 简介 | Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension. |
| 文件大小 | 3.62 KB |
| 安装次数 | 25 |
| 当前版本 | 0.1 |
| 更新时间 | 2015-09-30 |
| 上架时间 | 2015-09-30 |
| 开发者 | ericwilborn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.ericwilborn.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Ford to Butt",
"description": "Replaces 'Ford' with 'butt' to create hilarious make\/model combinations. Comedy lovers & Ford haters will love this extension.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |