Unseen

Facebook without setting off seen notifications

什么是Unseen?

Unseen是由pruthvikar开发的Chrome扩展程序,该扩展的主要功能是“Facebook without setting off seen notifications”。

下载Unseen扩展crx文件

下载Unseen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Unseen Unseen
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
}