FurAffinity Notifications

An extension to show your FA message count.

Cos'è FurAffinity Notifications?

FurAffinity Notifications è un'estensione di Chrome sviluppata da GioSpy, e la sua funzione principale è "An extension to show your FA message count.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FurAffinity Notifications

Scarica i file di estensione FurAffinity Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
URL Ufficiale https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Descrizione An extension to show your FA message count.
Dimensione del File 94.53 KB
Conteggio Installazioni 96
Versione Corrente 0.3
Ultimo Aggiornamento 2015-04-12
Data di Pubblicazione 2015-04-12
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore GioSpy
Tipo di Pagamento free
Sito Web dell'Estensione http://twitter.com/GioSpy
Lingue Supportate 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"
    }
}