FurAffinity Notifications

An extension to show your FA message count.

Hvad er FurAffinity Notifications?

FurAffinity Notifications er en Chrome-udvidelse udviklet af GioSpy, og dens hovedfunktion er "An extension to show your FA message count.".

Udvidelsesskærmbilleder

screenshot

Download FurAffinity Notifications-udvidelses-CRX-fil

Download FurAffinity Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Officiel URL https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Beskrivelse An extension to show your FA message count.
Filstørrelse 94.53 KB
Antal Installationer 96
Nuværende Version 0.3
Senest Opdateret 2015-04-12
Udgivelsesdato 2015-04-12
Bedømmelse 4.33/5 Samlet 3 Bedømmelser
Udvikler GioSpy
Betalingsmetode free
Udvidelseswebsted http://twitter.com/GioSpy
Understøttede Sprog 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"
    }
}