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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

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