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!

ما هو Taco Swap؟

Taco Swap هو إضافة Chrome تم تطويرها بواسطة kervecreative، والميزة الرئيسية لها هي "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

تحميل ملف CRX للإضافة Taco Swap

قم بتنزيل ملفات الامتداد Taco Swap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Taco Swap Taco Swap
ID mafakhiboclodbpmgkdgpgacpcjibfij
عنوان URL الرسمي https://chromewebstore.google.com/detail/taco-swap/mafakhiboclodbpmgkdgpgacpcjibfij
الوصف 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!
حجم الملف 21.03 KB
عدد التثبيتات 45
النسخة الحالية 1.0.1
آخر تحديث 2022-05-10
تاريخ النشر 2022-05-05
تقييم 5.00/5 مجموع تقييمات 3
المطور kervecreative
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.tacobell.co.uk/
اللغات المدعومة 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"
}