Unseen

Facebook without setting off seen notifications

What is Unseen?

Unseen is a Chrome extension developed by pruthvikar, and its main feature is "Facebook without setting off seen notifications".

Download Unseen Extension CRX File

Download Unseen 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 Unseen Unseen
ID hlffenieniojcilaanhckhlcncpkpdla
Official URL https://chrome.google.com/webstore/detail/unseen/hlffenieniojcilaanhckhlcncpkpdla
Description Facebook without setting off seen notifications
File Size 29.83 KB
Installation Count 134
Current Version 1.0
Last Updated 2014-11-25
Publish Date 2014-11-25
Developer pruthvikar
Payment Type free
Supported Languages 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
}