Millennials to Snake People

Replaces the text 'Millennial' with 'Snake People'.

ما هو Millennials to Snake People؟

Millennials to Snake People هو إضافة Chrome تم تطويرها بواسطة Eric Bailey، والميزة الرئيسية لها هي "Replaces the text 'Millennial' with 'Snake People'.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Millennials to Snake People

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

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

                        Learn the sad, sinister truth behind the mysterious Snake People. Who are they? What do they want?                    

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

الاسم Millennials to Snake People Millennials to Snake People
ID jhkibealmjkbkafogihpeidfcgnigmlf
عنوان URL الرسمي https://chromewebstore.google.com/detail/millennials-to-snake-peop/jhkibealmjkbkafogihpeidfcgnigmlf
الوصف Replaces the text 'Millennial' with 'Snake People'.
حجم الملف 27.41 KB
عدد التثبيتات 9,627
النسخة الحالية 2.3
آخر تحديث 2019-03-11
تاريخ النشر 2019-03-10
تقييم 4.70/5 مجموع تقييمات 343
المطور Eric Bailey
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/ericwbailey/millennial-to-snake-people
عنوان صفحة المساعدة https://github.com/ericwbailey/millennials-to-snake-people/issues
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Millennials to Snake People",
    "short_name": "Snake People",
    "description": "Replaces the text 'Millennial' with 'Snake People'.",
    "author": "Eric Bailey",
    "version": "2.3",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}