Millennials Begone!

Replaces the text 'millennial' with 'pesky whipper-snapper'.

ما هو Millennials Begone!؟

Millennials Begone! هو إضافة Chrome تم تطويرها بواسطة Zeke Weeks، والميزة الرئيسية لها هي "Replaces the text 'millennial' with 'pesky whipper-snapper'.".

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

screenshot

تحميل ملف CRX للإضافة Millennials Begone!

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

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

                        It happens to every generation. Time to take back the web from all those who can't handle time's linear nature.                    

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

الاسم Millennials Begone! Millennials Begone!
ID dlgjecnejicmpdknhangcbeahbgipolf
عنوان URL الرسمي https://chromewebstore.google.com/detail/millennials-begone/dlgjecnejicmpdknhangcbeahbgipolf
الوصف Replaces the text 'millennial' with 'pesky whipper-snapper'.
حجم الملف 3.43 KB
عدد التثبيتات 758
النسخة الحالية 1.0
آخر تحديث 2013-11-26
تاريخ النشر 2013-11-26
تقييم 4.94/5 مجموع تقييمات 32
المطور Zeke Weeks
نوع الدفع free
موقع الإضافة https://github.com/zekeweeks/millennials-begone
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials Begone!",
    "version": "1.0",
    "description": "Replaces the text 'millennial' with 'pesky whipper-snapper'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}