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 |
| Eメール | [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"
}
]
} | |