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!

Cos'è Taco Swap?

Taco Swap è un'estensione di Chrome sviluppata da kervecreative, e la sua funzione principale è "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!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Taco Swap

Scarica i file di estensione Taco Swap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Taco Swap Taco Swap
ID mafakhiboclodbpmgkdgpgacpcjibfij
URL Ufficiale https://chromewebstore.google.com/detail/taco-swap/mafakhiboclodbpmgkdgpgacpcjibfij
Descrizione 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!
Dimensione del File 21.03 KB
Conteggio Installazioni 45
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-05-10
Data di Pubblicazione 2022-05-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore kervecreative
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tacobell.co.uk/
Lingue Supportate 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"
}