FurAffinity Notifications

An extension to show your FA message count.

Was ist FurAffinity Notifications?

FurAffinity Notifications ist eine Chrome-Erweiterung, die von GioSpy entwickelt wurde, und ihr Hauptmerkmal ist "An extension to show your FA message count.".

Erweiterungsscreenshots

screenshot

FurAffinity Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie FurAffinity Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Offizielle URL https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Beschreibung An extension to show your FA message count.
Dateigröße 94.53 KB
Installationsanzahl 96
Aktuelle Version 0.3
Letztes Update 2015-04-12
Veröffentlichungsdatum 2015-04-12
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler GioSpy
Zahlungsart free
Erweiterungswebsite http://twitter.com/GioSpy
Unterstützte Sprachen 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"
    }
}