FurAffinity Notifications

An extension to show your FA message count.

Co je FurAffinity Notifications?

FurAffinity Notifications je rozšíření Chrome vyvinuté GioSpy, a jeho hlavní funkcí je „An extension to show your FA message count.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FurAffinity Notifications

Stáhněte si soubory rozšíření FurAffinity Notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Oficiální URL https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Popis An extension to show your FA message count.
Velikost souboru 94.53 KB
Počet instalací 96
Aktuální Verze 0.3
Poslední Aktualizace 2015-04-12
Datum Vydání 2015-04-12
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář GioSpy
Typ Platby free
Webové stránky Rozšíření http://twitter.com/GioSpy
Podporované Jazyky 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"
    }
}