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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}