UnlikeForever
Removes the ability to like things on facebook.
ما هو UnlikeForever؟
UnlikeForever هو إضافة Chrome تم تطويرها بواسطة uduran12، والميزة الرئيسية لها هي "Removes the ability to like things on facebook.".
تحميل ملف CRX للإضافة UnlikeForever
قم بتنزيل ملفات الامتداد UnlikeForever بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Removes the like button from facebook on Chrome. If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!
معلومات أساسية عن التمديد
الاسم | |
ID | oaglhgabcjieipchhchjpgbhfnekmmki |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki |
الوصف | Removes the ability to like things on facebook. |
حجم الملف | 5.52 KB |
عدد التثبيتات | 43 |
النسخة الحالية | 1.1 |
آخر تحديث | 2017-10-30 |
تاريخ النشر | 2017-10-30 |
المطور | uduran12 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UnlikeForever", "version": "1.1", "description": "Removes the ability to like things on facebook.", "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/www.facebook.com\/*" ] } ] } |