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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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