FurAffinity Notifications

An extension to show your FA message count.

什麼是FurAffinity Notifications?

FurAffinity Notifications是由GioSpy開發的Chrome擴展程式,該擴展的主要功能是“An extension to show your FA message count.”。

擴展截圖

screenshot

下載FurAffinity Notifications擴展crx文件

下載FurAffinity Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension displays the number of messages you have on FurAffinity and acts as a shortcut to those messages.

It also displays how many of each type of message you have if you hover the mouse over the extension icon.

You can change the refresh time in the options.

Note: This extension is in no way affiliated with FurAffinity.net                    

擴展基本資訊

名稱 FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
官方網址 https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
簡介 An extension to show your FA message count.
檔案大小 94.53 KB
安裝次數 96
目前版本 0.3
更新時間 2015-04-12
上架時間 2015-04-12
評分 4.33/5 共 3 次評分
開發者 GioSpy
付費類型 free
擴展官網 http://twitter.com/GioSpy
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FurAffinity Notifications",
    "version": "0.3",
    "manifest_version": 2,
    "author": "GioSpy",
    "description": "An extension to show your FA message count.",
    "permissions": [
        "http:\/\/www.furaffinity.net\/",
        "alarms",
        "tabs",
        "webNavigation",
        "storage"
    ],
    "background": {
        "page": "src\/background.html"
    },
    "icons": {
        "128": "src\/icon.png"
    },
    "options_page": "src\/options.html",
    "browser_action": {
        "default_icon": "src\/icon.png"
    }
}