Forum Alerts
Get alerts from your favorite communities (powered by XenForo).
Was ist Forum Alerts?
Forum Alerts ist eine Chrome-Erweiterung, die von Daniel Hood entwickelt wurde, und ihr Hauptmerkmal ist "Get alerts from your favorite communities (powered by XenForo).".
Erweiterungsscreenshots
Forum Alerts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Forum Alerts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Forum Alerts |
ID | leiehnemnmkljaaahpadjodmghkhlhjj |
Offizielle URL | https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj |
Beschreibung | Get alerts from your favorite communities (powered by XenForo). |
Dateigröße | 40.62 KB |
Installationsanzahl | 192 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2013-10-28 |
Veröffentlichungsdatum | 2013-10-28 |
Bewertung | 4.11/5 Insgesamt 19 Bewertungen |
Entwickler | Daniel Hood |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |