Let's Get This Bread

Replaces every synonym of the word 'money' with 'bread'.

ما هو Let's Get This Bread؟

Let's Get This Bread هو إضافة Chrome تم تطويرها بواسطة kurgan freedle، والميزة الرئيسية لها هي "Replaces every synonym of the word 'money' with 'bread'.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Let's Get This Bread

قم بتنزيل ملفات الامتداد Let's Get This Bread بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                                            

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

الاسم Let's Get This Bread Let's Get This Bread
ID gbacclkcifpklolkhmokpdohkeablfpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd
الوصف Replaces every synonym of the word 'money' with 'bread'.
حجم الملف 3.51 KB
عدد التثبيتات 54
النسخة الحالية 1.0
آخر تحديث 2018-10-16
تاريخ النشر 2018-10-16
تقييم 5.00/5 مجموع تقييمات 3
المطور kurgan freedle
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let's Get This Bread",
    "description": "Replaces every synonym of the word 'money' with 'bread'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}