Messenger Sneaky Mode - Hide what needs to be

You wanted to avoid everyone looking at your messages including the strongest spies, Messenger Sneaky Mode is for you.

Messenger Sneaky Mode - Hide what needs to beとは何ですか?

Messenger Sneaky Mode - Hide what needs to beはTichyusによって開発されたChromeの拡張機能で、その主な機能は「You wanted to avoid everyone looking at your messages including the strongest spies, Messenger Sneaky Mode is for you.」です。

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

screenshot
screenshot
screenshot
screenshot

Messenger Sneaky Mode - Hide what needs to be拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Download Messenger Sneaky Mode, the best extension to be a real secret agent on Messenger.

We all know this moment in class, or at the office, when we feel a suspicious and a little too curious eye above our shoulder, spying on our conversations or even table neighbors who would have your screen in their field of vision. 

It is in those moments when no one wants these curious little ones or accidental observers to see the content of your conversations, or who you are talking to, or even the photos and videos that are sent to you.

A sensitive message? Hidden. A picture not safe for work? Hidden. A secret conversation for a gift? Hidden too. A video a little too trashy? Still hidden. 

Do you notice that a curious little boy is watching your screen? No problem, just press the escape key twice quickly to hide the whole page, rather than changing tabs or lowering your screen. You are doing something other than chatting, but you want to have quick access to your messages and not have to change tabs? Again, you can blur the page.

Incredible, isn't it?

Of course the discretion mode can be easily disabled at any time by clicking on the black messenger icon on your page.

Each hidden element can be revealed by moving the mouse over it, very practical.

Don't be afraid of the curious, don't hide messenger anymore, you are safe now thanks to your new MESSENGER SNEAKY MODE extension.                    

拡張機能の基本情報

名前 Messenger Sneaky Mode - Hide what needs to be Messenger Sneaky Mode - Hide what needs to be
ID lpiiagpmclichfogjjjholploniicfgi
公式URL https://chromewebstore.google.com/detail/messenger-sneaky-mode-hid/lpiiagpmclichfogjjjholploniicfgi
説明 You wanted to avoid everyone looking at your messages including the strongest spies, Messenger Sneaky Mode is for you.
ファイルサイズ 121 KB
インストール数 1,494
現在のバージョン 1.3
最終更新日 2020-04-16
公開日 2020-04-16
評価 3.82/5 合計 11 レビュー
開発者 Tichyus
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Messenger Sneaky Mode - Hide what needs to be",
    "short_name": "Messenger Sneaky Mode",
    "description": "You wanted to avoid everyone looking at your messages including the strongest spies, Messenger Sneaky Mode is for you.",
    "version": "1.3",
    "permissions": [
        "https:\/\/www.messenger.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon_240.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon_64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [
                "blur.css"
            ],
            "js": [
                "blur.js"
            ],
            "run_at": "document_idle",
            "all frames": true
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}