Fat piece of fatty fat fat

This extension makes the news less depressing

ما هو Fat piece of fatty fat fat؟

Fat piece of fatty fat fat هو إضافة Chrome تم تطويرها بواسطة trumpisafatty، والميزة الرئيسية لها هي "This extension makes the news less depressing".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Fat piece of fatty fat fat

قم بتنزيل ملفات الامتداد Fat piece of fatty fat fat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer                    

معلومات أساسية عن التمديد

الاسم Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
الوصف This extension makes the news less depressing
حجم الملف 32.88 KB
عدد التثبيتات 42
النسخة الحالية 0.0.0.1
آخر تحديث 2017-07-14
تاريخ النشر 2017-07-14
تقييم 5.00/5 مجموع تقييمات 6
المطور trumpisafatty
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fat piece of fatty fat fat",
    "short_name": "Fatty",
    "description": "This extension makes the news less depressing",
    "version": "0.0.0.1",
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "golf_cart_128.png"
    },
    "icons": {
        "128": "golf_cart_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}