FurAffinity Notifications

An extension to show your FA message count.

Что такое FurAffinity Notifications?

FurAffinity Notifications - это расширение Chrome, разработанное GioSpy, и его основная функция - "An extension to show your FA message count.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения FurAffinity Notifications

Скачайте файлы расширений FurAffinity Notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название FurAffinity Notifications FurAffinity Notifications
ID ickcialcecplafplcmmokdiogjanmlcf
Официальный URL https://chrome.google.com/webstore/detail/furaffinity-notifications/ickcialcecplafplcmmokdiogjanmlcf
Описание An extension to show your FA message count.
Размер файла 94.53 KB
Количество установок 96
Текущая Версия 0.3
Последнее Обновление 2015-04-12
Дата публикации 2015-04-12
Рейтинг 4.33/5 Всего 3 оценок
Разработчик GioSpy
Тип оплаты free
Официальный сайт расширения http://twitter.com/GioSpy
Поддерживаемые языки 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"
    }
}