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
公式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
Eメール [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'"
}