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

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

                        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
URL หน้าช่วยเหลือ 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"
        }
    ]
}