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是由ikva eSolutions開發的Chrome擴展程式,該擴展的主要功能是“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

下載Unseenly擴展crx文件

下載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
官方網址 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'"
}