Momentum Emoji

This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.

ما هو Momentum Emoji؟

Momentum Emoji هو إضافة Chrome تم تطويرها بواسطة http://momentum.hu، والميزة الرئيسية لها هي "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.".

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

screenshot

تحميل ملف CRX للإضافة Momentum Emoji

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

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

                        This extension's aim is to change the Facebook's basic "love" and "angry" emoticons to "purple love" and "O1G" ones.                    

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

الاسم Momentum Emoji Momentum Emoji
ID mhpaendpohlenfphlhcopfampjhlekga
عنوان URL الرسمي https://chrome.google.com/webstore/detail/momentum-emoji/mhpaendpohlenfphlhcopfampjhlekga
الوصف This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.
حجم الملف 23.07 KB
عدد التثبيتات 67
النسخة الحالية 0.4.5
آخر تحديث 2019-04-14
تاريخ النشر 2019-04-14
تقييم 5.00/5 مجموع تقييمات 1
المطور http://momentum.hu
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://momentum.hu/momentum-adatvedelmi-tajekoztato
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Momentum Emoji",
    "version": "0.4.5",
    "description": "This extension's aim is to change the Facebook's basic 'love' and 'angry' emoticons to a 'purple love' and 'O1G' ones.",
    "author": "Enys Mones",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "main.bundle.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Facebook plugin",
        "default_popup": "settings.html"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "permissions": []
}