No Seen
Blocks "seen" marks on Facebook Messenger and Instagram Stories.
No Seenとは何ですか?
No SeenはDiéssicaによって開発されたChromeの拡張機能で、その主な機能は「Blocks "seen" marks on Facebook Messenger and Instagram Stories.」です。
拡張機能のスクリーンショット
No Seen拡張機能のCRXファイルをダウンロード
No Seen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
No Seen allows you to read Facebook messages and see Instagram stories without reporting any "seen" marks or read receipts to your friends. You can configure No Seen to be enabled only for the websites you want by going to the add-ons "Preferences".
拡張機能の基本情報
名前 | No Seen |
ID | lhfgjcfhkmijfeppjjokleldddlklpoc |
公式URL | https://chromewebstore.google.com/detail/no-seen/lhfgjcfhkmijfeppjjokleldddlklpoc |
説明 | Blocks "seen" marks on Facebook Messenger and Instagram Stories. |
ファイルサイズ | 6.49 KB |
インストール数 | 839 |
現在のバージョン | 1.2 |
最終更新日 | 2019-03-01 |
公開日 | 2018-09-13 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | Diéssica |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/diessica/no-seen |
ヘルプページのURL | https://github.com/diessica/no-seen/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Seen", "description": "Blocks \"seen\" marks on Facebook Messenger and Instagram Stories.", "version": "1.2", "manifest_version": 2, "background": { "scripts": [ "index.js" ] }, "options_ui": { "page": "preferences.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.facebook.com\/*", "*:\/\/*.instagram.com\/*" ], "developer": { "name": "Di\u00e9ssica Gurskas", "url": "https:\/\/diessi.ca" }, "applications": { "gecko": { "id": "[email protected]" } } } |