Dangerous Latte

Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.

ما هو Dangerous Latte؟

Dangerous Latte هو إضافة Chrome تم تطويرها بواسطة Ceili Cornelison، والميزة الرئيسية لها هي "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.".

تحميل ملف CRX للإضافة Dangerous Latte

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

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

                        A chrome extension in the spirit of "Millennials to Snake People" or "Cloud to Butt" which converts all instances of 'Grande' (in reference to the size of coffee commonly available from most large coffee shop conglomerates, allegedly 16oz) to 'Ariana Grande' (in reference to the vocalist and pop sensation).                    

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

الاسم Dangerous Latte Dangerous Latte
ID ifnoooicimhcakkmfbboblllopnhlaib
عنوان URL الرسمي https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib
الوصف Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
حجم الملف 3.57 KB
عدد التثبيتات 18
النسخة الحالية 1.0
آخر تحديث 2016-06-21
تاريخ النشر 2016-06-21
تقييم 5.00/5 مجموع تقييمات 2
المطور Ceili Cornelison
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Dangerous Latte",
    "description": "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}