Let's Get This Bread

Replaces every synonym of the word 'money' with 'bread'.

What is Let's Get This Bread?

Let's Get This Bread is a Chrome extension developed by kurgan freedle, and its main feature is "Replaces every synonym of the word 'money' with 'bread'.".

Extension Screenshots

screenshot
screenshot

Download Let's Get This Bread Extension CRX File

Download Let's Get This Bread 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

                                            

Extension Basic Information

Name Let's Get This Bread Let's Get This Bread
ID gbacclkcifpklolkhmokpdohkeablfpd
Official URL https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd
Description Replaces every synonym of the word 'money' with 'bread'.
File Size 3.51 KB
Installation Count 54
Current Version 1.0
Last Updated 2018-10-16
Publish Date 2018-10-16
Rating 5.00/5 Total 3 Ratings
Developer kurgan freedle
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let's Get This Bread",
    "description": "Replaces every synonym of the word 'money' with 'bread'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}