Business to Burrito

A Chrome extension which replaces the word 'business' with 'burrito'.

What is Business to Burrito?

Business to Burrito is a Chrome extension developed by kerrizor, and its main feature is "A Chrome extension which replaces the word 'business' with 'burrito'.".

Extension Screenshots

screenshot

Download Business to Burrito Extension CRX File

Download Business to Burrito extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        http://github.com/kerrizor/business_to_burrito                    

Extension Basic Information

Name Business to Burrito Business to Burrito
ID mklnohaomoachkljliheemednbedbaog
Official URL https://chromewebstore.google.com/detail/business-to-burrito/mklnohaomoachkljliheemednbedbaog
Description A Chrome extension which replaces the word 'business' with 'burrito'.
File Size 226 KB
Installation Count 27
Current Version 0.4
Last Updated 2017-01-03
Publish Date 2017-01-03
Rating 5.00/5 Total 1 Ratings
Developer kerrizor
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Business to Burrito",
    "description": "A Chrome extension which replaces the word 'business' with 'burrito'.",
    "version": "0.4",
    "author": "Kerri Miller",
    "homepage_url": "http:\/\/github.com\/kerrizor\/business_to_burrito",
    "short_name": "Business to Burrito",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}