Ford to Butt
Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.
Was ist Ford to Butt?
Ford to Butt ist eine Chrome-Erweiterung, die von ericwilborn entwickelt wurde, und ihr Hauptmerkmal ist "Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.".
Erweiterungsscreenshots
Ford to Butt-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ford to Butt-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | febmlappdbemgjcmflbnicpobbhjhmpa |
| Offizielle URL | https://chromewebstore.google.com/detail/ford-to-butt/febmlappdbemgjcmflbnicpobbhjhmpa |
| Beschreibung | Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension. |
| Dateigröße | 3.62 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2015-09-30 |
| Veröffentlichungsdatum | 2015-09-30 |
| Entwickler | ericwilborn |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.ericwilborn.com |
| Unterstützte Sprachen | 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"
}
]
} | |