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!

Wat is Taco Swap?

Taco Swap is een Chrome-extensie ontwikkeld door kervecreative, en de belangrijkste functie 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!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Taco Swap

Download Taco Swap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/.                    

Basisinformatie over de Extensie

Naam Taco Swap Taco Swap
ID mafakhiboclodbpmgkdgpgacpcjibfij
Officiële URL https://chromewebstore.google.com/detail/taco-swap/mafakhiboclodbpmgkdgpgacpcjibfij
Beschrijving 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!
Bestandsgrootte 21.03 KB
Aantal Installaties 45
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-05-10
Publicatiedatum 2022-05-05
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar kervecreative
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.tacobell.co.uk/
Ondersteunde Talen 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"
}