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!

Was ist Taco Swap?

Taco Swap ist eine Chrome-Erweiterung, die von kervecreative entwickelt wurde, und ihr Hauptmerkmal ist "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!".

Erweiterungsscreenshots

screenshot

Taco Swap-Erweiterungs-CRX-Datei herunterladen

Laden Sie Taco Swap-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Taco Swap Taco Swap
ID mafakhiboclodbpmgkdgpgacpcjibfij
Offizielle URL https://chromewebstore.google.com/detail/taco-swap/mafakhiboclodbpmgkdgpgacpcjibfij
Beschreibung 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!
Dateigröße 21.03 KB
Installationsanzahl 45
Aktuelle Version 1.0.1
Letztes Update 2022-05-10
Veröffentlichungsdatum 2022-05-05
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler kervecreative
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.tacobell.co.uk/
Unterstützte Sprachen 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"
}