FurAffinity Notifications

An extension to show your FA message count.

Wat is FurAffinity Notifications?

FurAffinity Notifications is een Chrome-extensie ontwikkeld door GioSpy, en de belangrijkste functie is "An extension to show your FA message count.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FurAffinity Notifications

Download FurAffinity Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Officiële URL https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Beschrijving An extension to show your FA message count.
Bestandsgrootte 94.53 KB
Aantal Installaties 96
Huidige Versie 0.3
Laatst Bijgewerkt 2015-04-12
Publicatiedatum 2015-04-12
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar GioSpy
Betalingswijze free
Extensiewebsite http://twitter.com/GioSpy
Ondersteunde Talen 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"
    }
}