FurAffinity Notifications

An extension to show your FA message count.

Co to jest FurAffinity Notifications?

FurAffinity Notifications to rozszerzenie Chrome opracowane przez GioSpy, a jego główną funkcją jest „An extension to show your FA message count.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FurAffinity Notifications

Pobierz pliki rozszerzeń FurAffinity Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Oficjalny URL https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Opis An extension to show your FA message count.
Rozmiar pliku 94.53 KB
Liczba instalacji 96
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2015-04-12
Data Publikacji 2015-04-12
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper GioSpy
Typ Płatności free
Strona Rozszerzenia http://twitter.com/GioSpy
Obsługiwane Języki 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"
    }
}