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!

Qu'est-ce que Taco Swap ?

Taco Swap est une extension Chrome développée par kervecreative, et sa fonction principale est "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!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Taco Swap

Téléchargez les fichiers d'extension Taco Swap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Taco Swap Taco Swap
ID mafakhiboclodbpmgkdgpgacpcjibfij
URL Officiel 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!
Taille du Fichier 21.03 KB
Nombre d'Installations 45
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-05-10
Date de Publication 2022-05-05
Évaluation 5.00/5 Total 3 Évaluations
Développeur kervecreative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tacobell.co.uk/
Langues Prises en Charge 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"
}