Not Seen
Write messages in Facebook without being tracked.
What is Not Seen?
Not Seen is a Chrome extension developed by Tigran Sargsyan, and its main feature is "Write messages in Facebook without being tracked.".
Extension Screenshots
Download Not Seen Extension CRX File
Download Not Seen extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | mbojjciandekoknonjbppilplmlflmfp |
Official URL | https://chrome.google.com/webstore/detail/not-seen/mbojjciandekoknonjbppilplmlflmfp |
Description | Write messages in Facebook without being tracked. |
File Size | 47.4 KB |
Installation Count | 83 |
Current Version | 0.3 |
Last Updated | 2012-11-01 |
Publish Date | 2012-11-01 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Tigran Sargsyan |
Payment Type | free |
Extension Website | http://toryx.net/notseen/ |
Supported Languages | 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" ] } |