Taco Swap

Swap any image online with a delicious taco. Add to Chrome and type ‘taco’ on any website or use your microphone. This is Taco Swap!

What is Taco Swap?

Taco Swap is a Chrome extension developed by kervecreative, and its main feature is "Swap any image online with a delicious taco. Add to Chrome and type ‘taco’ on any website or use your microphone. This is Taco Swap!".

Extension Screenshots

screenshot

Download Taco Swap Extension CRX File

Download Taco Swap 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

                        Don’t forget to grab your FREE Crunchy Beef or Bean Taco from 9th – 15th May 2022, between 12-2pm at any of Taco Bell UK’s 95 restaurants here - https://locations.tacobell.co.uk/.                    

Extension Basic Information

Name Taco Swap Taco Swap
ID mafakhiboclodbpmgkdgpgacpcjibfij
Official URL https://chromewebstore.google.com/detail/taco-swap/mafakhiboclodbpmgkdgpgacpcjibfij
Description Swap any image online with a delicious taco. Add to Chrome and type ‘taco’ on any website or use your microphone. This is Taco Swap!
File Size 21.03 KB
Installation Count 45
Current Version 1.0.1
Last Updated 2022-05-10
Publish Date 2022-05-05
Rating 5.00/5 Total 3 Ratings
Developer kervecreative
Email [email protected]
Payment Type free
Extension Website https://www.tacobell.co.uk/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Taco Swap",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Swap any image online with a delicious taco. Add to Chrome and type \u2018taco\u2019 on any website or use your microphone. This is Taco Swap!",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "speechRecognition.js"
            ],
            "all_frames": true
        }
    ],
    "short_name": "Taco Swap"
}