Mean facebook

This replaces emojis on your facebook with some juicy swearwords. Use responsibly!

ما هو Mean facebook؟

Mean facebook هو إضافة Chrome تم تطويرها بواسطة jan.jakub.nanista، والميزة الرئيسية لها هي "This replaces emojis on your facebook with some juicy swearwords. Use responsibly!".

تحميل ملف CRX للإضافة Mean facebook

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

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

                                            

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

الاسم Mean facebook Mean facebook
ID eakcbdcbnjcglpmenenmpmlnglbbkjol
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mean-facebook/eakcbdcbnjcglpmenenmpmlnglbbkjol
الوصف This replaces emojis on your facebook with some juicy swearwords. Use responsibly!
حجم الملف 448 KB
عدد التثبيتات 185
النسخة الحالية 1.0.13
آخر تحديث 2017-01-23
تاريخ النشر 2017-01-23
تقييم 5.00/5 مجموع تقييمات 33
المطور jan.jakub.nanista
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,sk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.0.13",
    "icons": {
        "128": "img\/icon-128.png",
        "48": "img\/icon-48.png",
        "16": "img\/icon-16.png"
    },
    "browser_action": {
        "default_icon": "img\/icon-19.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/contentscript.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}