Forum Alerts

Get alerts from your favorite communities (powered by XenForo).

ما هو Forum Alerts؟

Forum Alerts هو إضافة Chrome تم تطويرها بواسطة Daniel Hood، والميزة الرئيسية لها هي "Get alerts from your favorite communities (powered by XenForo).".

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

screenshot

تحميل ملف CRX للإضافة Forum Alerts

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

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

                        This extension allows you to be notified when you get a new alert or personal conversation on any XenForo site that you visit while logged in.

It does not require your username, email, or password for the site. The only data is uses is the page content. Every few minutes it checks each of the sites it picked up as using XenForo software for new alerts.                    

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

الاسم Forum Alerts Forum Alerts
ID leiehnemnmkljaaahpadjodmghkhlhjj
عنوان URL الرسمي https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj
الوصف Get alerts from your favorite communities (powered by XenForo).
حجم الملف 40.62 KB
عدد التثبيتات 192
النسخة الحالية 1.0.2
آخر تحديث 2013-10-28
تاريخ النشر 2013-10-28
تقييم 4.11/5 مجموع تقييمات 19
المطور Daniel Hood
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forum Alerts",
    "version": "1.0.2",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "tabs",
        "storage",
        "alarms",
        "notifications"
    ],
    "description": "Get alerts from your favorite communities (powered by XenForo).",
    "background": {
        "scripts": [
            "jquery.min.js",
            "alerts.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ]
}