Unseen Message

Blocking sending "seen"(Unseen message) and typing features in Facebook/Messenger

Unseen Messageとは何ですか?

Unseen Messageはhttp://alexstack.devによって開発されたChromeの拡張機能で、その主な機能は「Blocking sending "seen"(Unseen message) and typing features in Facebook/Messenger」です。

拡張機能のスクリーンショット

screenshot
screenshot

Unseen Message拡張機能のCRXファイルをダウンロード

Unseen Message拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Features:
🌭🌭Blocking sending "seen" message in Facebook/Messenger, someone call unseen message 
 ✨Blocking typing feature in Facebook/Messenger, someone call unseen message feature

Just install then reload Facebook/Messenger Tab
Enjoy it. Don't forget comeback here and rate 5* if you like it 😍

If you want more like blocking read receipts, I have an offer to you: Social Tools
https://chrome.google.com/webstore/detail/social-tools/llbdoljkknpjgfcnbnoiehjcgancpjmd

☕☕ Buy me a coffee will help me a lots at midnight: https://buymeacoffee.com/Alexstack                    

拡張機能の基本情報

名前 Unseen Message Unseen Message
ID oapcfkclledjbalilncpoimgjgcndhdo
公式URL https://chrome.google.com/webstore/detail/unseen-message/oapcfkclledjbalilncpoimgjgcndhdo
説明 Blocking sending "seen"(Unseen message) and typing features in Facebook/Messenger
ファイルサイズ 139 KB
インストール数 10,000
現在のバージョン 1.0.4
最終更新日 2022-09-29
公開日 2021-03-03
評価 4.75/5 合計 170 レビュー
開発者 http://alexstack.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://facebook.com/alexstack.dev
ヘルプページのURL https://m.me/alexstack.dev
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unseen Message",
    "author": "alexstack.dev",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "Blocking sending \"seen\"(Unseen message) and typing features in Facebook\/Messenger",
    "icons": {
        "48": "src\/images\/48.png",
        "128": "src\/images\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.messenger.com\/*"
    ],
    "background": {
        "service_worker": "src\/scripts\/service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "src\/inject\/inject_worker.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "src\/html\/popup.html",
        "default_icon": "src\/images\/48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/inject\/injectws.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/facebook.com\/alexstack.dev"
}