Unseenly
Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message
ما هو Unseenly؟
Unseenly هو إضافة Chrome تم تطويرها بواسطة ikva eSolutions، والميزة الرئيسية لها هي "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unseenly
قم بتنزيل ملفات الامتداد Unseenly بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Unseenly extension is for hiding the seen feature in Facebook chat. Currently this extension will work on www.facebook.com, m.facebook.com and messenger.com All you have to do is just install the extension and you are good to go. You can easily toggle the extension ON and OFF by clicking the unseenly icon from your extensions list. This is completely free, secure and free from malware and no unwanted pop-ups.
معلومات أساسية عن التمديد
الاسم | Unseenly |
ID | mmjginkjeljiaiafplppfkfdindcjkfi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unseenly/mmjginkjeljiaiafplppfkfdindcjkfi |
الوصف | Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message |
حجم الملف | 348 KB |
عدد التثبيتات | 1,163 |
النسخة الحالية | 2.0 |
آخر تحديث | 2019-02-07 |
تاريخ النشر | 2019-02-07 |
تقييم | 3.17/5 مجموع تقييمات 12 |
المطور | ikva eSolutions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.geekdashboard.com/disable-facebook-seen-feature/ |
عنوان صفحة المساعدة | https://www.geekdashboard.com/contact-us/ |
عنوان صفحة سياسة الخصوصية | https://www.geekdashboard.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unseenly", "version": "2.0", "manifest_version": 2, "description": "Unseenly for Facebook hides the seen feature in Facebook chat and Messenger. Your friends can't know when you read their message", "background": { "scripts": [ "settings\/source\/lib\/store.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ], "js": [ "js\/jquery.js", "js\/hide_chat_seen.js" ] } ], "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*", "*:\/\/*.unseenly.com\/*" ], "browser_action": { "default_icon": "img\/icon48.png", "default_popup": "html\/popup.html" }, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |