Forum Alerts

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

Forum Alertsとは何ですか?

Forum AlertsはDaniel Hoodによって開発されたChromeの拡張機能で、その主な機能は「Get alerts from your favorite communities (powered by XenForo).」です。

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

screenshot

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

Forum Alerts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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