Forum Alerts

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

Apa itu Forum Alerts?

Forum Alerts adalah ekstensi Chrome yang dikembangkan oleh Daniel Hood, dan fitur utamanya adalah "Get alerts from your favorite communities (powered by XenForo).".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Forum Alerts

Unduh file ekstensi Forum Alerts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Forum Alerts Forum Alerts
ID leiehnemnmkljaaahpadjodmghkhlhjj
URL Resmi https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj
Deskripsi Get alerts from your favorite communities (powered by XenForo).
Ukuran File 40.62 KB
Jumlah Instalasi 192
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2013-10-28
Tanggal Publikasi 2013-10-28
Penilaian 4.11/5 Total 19 Penilaian
Pengembang Daniel Hood
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}