FA Status

Title bar status for FA

ما هو FA Status؟

FA Status هو إضافة Chrome تم تطويرها بواسطة Serotonin، والميزة الرئيسية لها هي "Title bar status for FA".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FA Status

قم بتنزيل ملفات الامتداد FA Status بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        UPDATE: Fetches from FA in a background page instead of from each tab.  This should cut down on the hits FA was getting significantly, I do apologize for creating unnecessary load for them.

Another fine Serotonin production.  Puts your furaffinity.net notifications in the title bar and keeps them updated.  Also updates the notifications on the page itself so you have fewer stale notifications.  Fancy.  Previewer not included (you can get that here: http://goo.gl/bNumm)

If you want to hack on it, check out https://github.com/Serofox/FA-Status

http://www.furaffinity.net/user/serofox                    

معلومات أساسية عن التمديد

الاسم FA Status FA Status
ID kbdlppofjimflkclobeigaicdpeghmcl
عنوان URL الرسمي https://chromewebstore.google.com/detail/fa-status/kbdlppofjimflkclobeigaicdpeghmcl
الوصف Title bar status for FA
حجم الملف 37.17 KB
عدد التثبيتات 75
النسخة الحالية 1.1
آخر تحديث 2013-01-15
تاريخ النشر 2013-01-14
تقييم 3.86/5 مجموع تقييمات 7
المطور Serotonin
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FA Status",
    "version": "1.1",
    "description": "Title bar status for FA",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.furaffinity.net\/*",
                "https:\/\/*.furaffinity.net\/*"
            ],
            "js": [
                "jquery.js",
                "background.js",
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 2
}