Like Destroyer

Hides numbers of likes on Facebook

ما هو Like Destroyer؟

Like Destroyer هو إضافة Chrome تم تطويرها بواسطة Ismael Toé، والميزة الرئيسية لها هي "Hides numbers of likes on Facebook".

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

screenshot

تحميل ملف CRX للإضافة Like Destroyer

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

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

                        Are you bitter, jealous or envious when you see that your friend has 100 likes as you don't even have 10?

Fight against the "Like" syndrome by installing Like Destroyer.

Like Destroyer hides the number of likes on Facebook posts. Try it and you will see that you will be less depressed when you are on Facebook.

----------------------------------------------------------------

After the installation, visit chrome://extensions in your browser to deactivate/activate the extension. You need to refresh the Facebook page you are on to see the changes.                    

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

الاسم Like Destroyer Like Destroyer
ID jmeighjcpkcabachikbppeomnmajggei
عنوان URL الرسمي https://chromewebstore.google.com/detail/like-destroyer/jmeighjcpkcabachikbppeomnmajggei
الوصف Hides numbers of likes on Facebook
حجم الملف 57.23 KB
عدد التثبيتات 60
النسخة الحالية 1.0.1
آخر تحديث 2017-01-13
تاريخ النشر 2017-01-13
تقييم 2.75/5 مجموع تقييمات 12
المطور Ismael Toé
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Like Destroyer",
    "version": "1.0.1",
    "description": "Hides numbers of likes on Facebook",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Ismael To\u00e9",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}