Seen Blocker

Blocks the 'Seen' feature on Facebook Messages.

ما هو Seen Blocker؟

Seen Blocker هو إضافة Chrome تم تطويرها بواسطة Micah's App Emporium، والميزة الرئيسية لها هي "Blocks the 'Seen' feature on Facebook Messages.".

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

screenshot

تحميل ملف CRX للإضافة Seen Blocker

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

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

                        Take privacy back into your own hands! Seen Blocker stops Facebook from reporting 'Seen' to messages that you open on Facebook.com. It also prevents the typing indicator from appearing as you type a message.

This extension is small and easy to use - two options are available which toggle the 'Seen' and 'Typing' blocking, and can be turned on and off at your leisure. 

Note: This does NOT block the 'Seen' feature from Facebook group posts, only for messaging.

Source available on GitHub: https://github.com/MicahNus/Seen-Blocker                    

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

الاسم Seen Blocker Seen Blocker
ID gchmppebfedehcmemdmhojamlnanmafn
عنوان URL الرسمي https://chromewebstore.google.com/detail/seen-blocker/gchmppebfedehcmemdmhojamlnanmafn
الوصف Blocks the 'Seen' feature on Facebook Messages.
حجم الملف 33.09 KB
عدد التثبيتات 5,656
النسخة الحالية 1.0
آخر تحديث 2017-05-13
تاريخ النشر 2017-05-13
تقييم 3.54/5 مجموع تقييمات 35
المطور Micah's App Emporium
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Seen Blocker",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "ico_16.png",
        "48": "ico_48.png",
        "128": "ico_128.png"
    },
    "description": "Blocks the 'Seen' feature on Facebook Messages.",
    "browser_action": {
        "default_icon": "ico_128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.messenger.com\/*"
    ]
}