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"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unseenly

ดาวน์โหลดไฟล์ส่วนขยาย Unseenly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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/
URL หน้าช่วยเหลือ https://www.geekdashboard.com/contact-us/
URL หน้านโยบายความเป็นส่วนตัว 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'"
}