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
官方網址 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
}