Snowflake

Turns Trump into Snowflake so you don't have to look at that damn name anymore.

Snowflakeคืออะไร?

Snowflake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย snowflake.extension และคุณลักษณะหลักของมันคือ "Turns Trump into Snowflake so you don't have to look at that damn name anymore."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snowflake

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

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

                        Suffering from T***P fatigue?  Aren't we all.  Tired of seeing that name in print and the not-so-subtle bout of nausea induced when you think about our country (and nuclear) codes being handed over to a con man with the ego of a toddler.  

This little add-on I whipped up will replace that name with "Snowflake" my new nickname and the only way he is referred to in my house.  Why Snowflake?  Because he's just so sensitive.  "Mine is the biggest!"  "The media is out to get me!"  "Everyone must love me!"  What a tool.                    

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

ชื่อ Snowflake Snowflake
ID cghmhcoebaiodpdicjacfllplandkfpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa
คำอธิบาย Turns Trump into Snowflake so you don't have to look at that damn name anymore.
ขนาดไฟล์ 23.36 KB
จำนวนการติดตั้ง 658
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-01-27
วันที่เผยแพร่ 2017-01-26
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา snowflake.extension
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snowflake",
    "description": "Turns Trump into Snowflake so you don't have to look at that damn name anymore.",
    "version": "1.0",
    "icons": {
        "128": "snowflake.png"
    },
    "browser_action": {
        "default_icon": "snowflake.png"
    },
    "web_accessible_resources": [
        "snowflake.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}