Not Seen

Write messages in Facebook without being tracked.

Not Seenとは何ですか?

Not SeenはTigran Sargsyanによって開発されたChromeの拡張機能で、その主な機能は「Write messages in Facebook without being tracked.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Not Seen Not Seen
ID mbojjciandekoknonjbppilplmlflmfp
公式URL https://chrome.google.com/webstore/detail/not-seen/mbojjciandekoknonjbppilplmlflmfp
説明 Write messages in Facebook without being tracked.
ファイルサイズ 47.4 KB
インストール数 83
現在のバージョン 0.3
最終更新日 2012-11-01
公開日 2012-11-01
評価 1.00/5 合計 1 レビュー
開発者 Tigran Sargsyan
支払い方法 free
拡張機能のウェブサイト http://toryx.net/notseen/
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Not Seen",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Write messages in Facebook without being tracked.",
    "browser_action": {
        "default_icon": "spy_active.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon_256.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webNavigation",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking"
    ]
}