Ford to Butt
Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.
Hvad er Ford to Butt?
Ford to Butt er en Chrome-udvidelse udviklet af ericwilborn, og dens hovedfunktion er "Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension.".
Udvidelsesskærmbilleder
Download Ford to Butt-udvidelses-CRX-fil
Download Ford to Butt-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | febmlappdbemgjcmflbnicpobbhjhmpa | 
| Officiel URL | https://chromewebstore.google.com/detail/ford-to-butt/febmlappdbemgjcmflbnicpobbhjhmpa | 
| Beskrivelse | Replaces 'Ford' with 'butt' to create hilarious make/model combinations. Comedy lovers & Ford haters will love this extension. | 
| Filstørrelse | 3.62 KB | 
| Antal Installationer | 25 | 
| Nuværende Version | 0.1 | 
| Senest Opdateret | 2015-09-30 | 
| Udgivelsesdato | 2015-09-30 | 
| Udvikler | ericwilborn | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | http://www.ericwilborn.com | 
| Understøttede Sprog | 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"
        }
    ]
}  |  |