Unseen
Facebook without setting off seen notifications
Unseenとは何ですか?
Unseenはpruthvikarによって開発されたChromeの拡張機能で、その主な機能は「Facebook without setting off seen notifications」です。
Unseen拡張機能のCRXファイルをダウンロード
Unseen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | hlffenieniojcilaanhckhlcncpkpdla |
| 公式URL | https://chrome.google.com/webstore/detail/unseen/hlffenieniojcilaanhckhlcncpkpdla |
| 説明 | Facebook without setting off seen notifications |
| ファイルサイズ | 29.83 KB |
| インストール数 | 134 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2014-11-25 |
| 公開日 | 2014-11-25 |
| 開発者 | pruthvikar |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Unseen",
"short_name": "Unseen",
"version": "1.0",
"description": "Facebook without setting off seen notifications",
"permissions": [
"webRequest",
"webRequestBlocking",
"https:\/\/www.facebook.com\/*",
"storage"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"512": "icon.png"
},
"manifest_version": 2
} | |