Forum Alerts

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

What is Forum Alerts?

Forum Alerts is a Chrome extension developed by Daniel Hood, and its main feature is "Get alerts from your favorite communities (powered by XenForo).".

Extension Screenshots

screenshot

Download Forum Alerts Extension CRX File

Download Forum Alerts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Forum Alerts Forum Alerts
ID leiehnemnmkljaaahpadjodmghkhlhjj
Official URL https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj
Description Get alerts from your favorite communities (powered by XenForo).
File Size 40.62 KB
Installation Count 192
Current Version 1.0.2
Last Updated 2013-10-28
Publish Date 2013-10-28
Rating 4.11/5 Total 19 Ratings
Developer Daniel Hood
Payment Type free
Supported Languages 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"
        }
    ]
}