FurAffinity Notifications

An extension to show your FA message count.

FurAffinity Notificationsとは何ですか?

FurAffinity NotificationsはGioSpyによって開発されたChromeの拡張機能で、その主な機能は「An extension to show your FA message count.」です。

拡張機能のスクリーンショット

screenshot

FurAffinity Notifications拡張機能のCRXファイルをダウンロード

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"
    }
}