FurAffinity Notifications

An extension to show your FA message count.

What is FurAffinity Notifications?

FurAffinity Notifications is a Chrome extension developed by GioSpy, and its main feature is "An extension to show your FA message count.".

Extension Screenshots

screenshot

Download FurAffinity Notifications Extension CRX File

Download FurAffinity Notifications 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

                        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                    

Extension Basic Information

Name FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Official URL https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Description An extension to show your FA message count.
File Size 94.53 KB
Installation Count 96
Current Version 0.3
Last Updated 2015-04-12
Publish Date 2015-04-12
Rating 4.33/5 Total 3 Ratings
Developer GioSpy
Payment Type free
Extension Website http://twitter.com/GioSpy
Supported Languages 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"
    }
}