My Big Fat Diverse Ass

Replaces every occurrence of diversity with MY GIGANTIC ASS

My Big Fat Diverse Assคืออะไร?

My Big Fat Diverse Ass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lo Ping และคุณลักษณะหลักของมันคือ "Replaces every occurrence of diversity with MY GIGANTIC ASS"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Big Fat Diverse Ass

ดาวน์โหลดไฟล์ส่วนขยาย My Big Fat Diverse Ass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Replaces every occurrence of "diversity" with "MY GIGANTIC ASS".  That's it.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ My Big Fat Diverse Ass My Big Fat Diverse Ass
ID blddfggdlkkjjbbfigjobjkpephljjcj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/my-big-fat-diverse-ass/blddfggdlkkjjbbfigjobjkpephljjcj
คำอธิบาย Replaces every occurrence of diversity with MY GIGANTIC ASS
ขนาดไฟล์ 3.59 KB
จำนวนการติดตั้ง 201
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-12-19
วันที่เผยแพร่ 2016-12-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Lo Ping
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Big Fat Diverse Ass",
    "description": "Replaces every occurrence of diversity with MY GIGANTIC ASS",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}