FurAffinity Notifications

An extension to show your FA message count.

Vad är FurAffinity Notifications?

FurAffinity Notifications är en Chrome-tillägg utvecklad av GioSpy, och dess huvudfunktion är "An extension to show your FA message count.".

Tilläggsskärmbilder

screenshot

Ladda ner FurAffinity Notifications-förlängningens CRX-fil

Ladda ner FurAffinity Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Officiell webbadress https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Beskrivning An extension to show your FA message count.
Filstorlek 94.53 KB
Antal Installationer 96
Aktuell Version 0.3
Senast Uppdaterad 2015-04-12
Publiceringsdatum 2015-04-12
Betyg 4.33/5 Totalt 3 Betyg
Utvecklare GioSpy
Betalningssätt free
Tilläggswebbplats http://twitter.com/GioSpy
Stödda Språk 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"
    }
}