Seen Blocker
Blocks the 'Seen' feature on Facebook Messages.
Seen Blockerとは何ですか?
Seen BlockerはMicah's App Emporiumによって開発されたChromeの拡張機能で、その主な機能は「Blocks the 'Seen' feature on Facebook Messages.」です。
拡張機能のスクリーンショット
Seen Blocker拡張機能のCRXファイルをダウンロード
Seen Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Take privacy back into your own hands! Seen Blocker stops Facebook from reporting 'Seen' to messages that you open on Facebook.com. It also prevents the typing indicator from appearing as you type a message. This extension is small and easy to use - two options are available which toggle the 'Seen' and 'Typing' blocking, and can be turned on and off at your leisure. Note: This does NOT block the 'Seen' feature from Facebook group posts, only for messaging. Source available on GitHub: https://github.com/MicahNus/Seen-Blocker
拡張機能の基本情報
名前 | Seen Blocker |
ID | gchmppebfedehcmemdmhojamlnanmafn |
公式URL | https://chromewebstore.google.com/detail/seen-blocker/gchmppebfedehcmemdmhojamlnanmafn |
説明 | Blocks the 'Seen' feature on Facebook Messages. |
ファイルサイズ | 33.09 KB |
インストール数 | 5,656 |
現在のバージョン | 1.0 |
最終更新日 | 2017-05-13 |
公開日 | 2017-05-13 |
評価 | 3.54/5 合計 35 レビュー |
開発者 | Micah's App Emporium |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Seen Blocker", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "ico_16.png", "48": "ico_48.png", "128": "ico_128.png" }, "description": "Blocks the 'Seen' feature on Facebook Messages.", "browser_action": { "default_icon": "ico_128.png", "default_popup": "popup.html" }, "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*", "*:\/\/*.messenger.com\/*" ] } |