facebook-plus
Make facebook more productive
ما هو facebook-plus؟
facebook-plus هو إضافة Chrome تم تطويرها بواسطة briancruddy، والميزة الرئيسية لها هي "Make facebook more productive".
تحميل ملف CRX للإضافة facebook-plus
قم بتنزيل ملفات الامتداد facebook-plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
IT folks rejoice! Make your employees more productive at work by blocking facebook messenger. Well, technically, instead of blocking it you're just removing the chat dialog from the DOM but it accomplishes the same goal.
معلومات أساسية عن التمديد
الاسم | facebook-plus |
ID | onhfdclbcdgieckfajmjfelmgkjeckbj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj |
الوصف | Make facebook more productive |
حجم الملف | 3.13 KB |
عدد التثبيتات | 16 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-08-26 |
تاريخ النشر | 2016-08-26 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | briancruddy |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "facebook-plus", "description": "Make facebook more productive", "version": "1.2", "permissions": [ "https:\/\/www.facebook.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "facebook-plus.js" ] } ] } |