Forum Alerts
Get alerts from your favorite communities (powered by XenForo).
Qu'est-ce que Forum Alerts ?
Forum Alerts est une extension Chrome développée par Daniel Hood, et sa fonction principale est "Get alerts from your favorite communities (powered by XenForo).".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Forum Alerts
Téléchargez les fichiers d'extension Forum Alerts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Forum Alerts |
ID | leiehnemnmkljaaahpadjodmghkhlhjj |
URL Officiel | https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj |
Description | Get alerts from your favorite communities (powered by XenForo). |
Taille du Fichier | 40.62 KB |
Nombre d'Installations | 192 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2013-10-28 |
Date de Publication | 2013-10-28 |
Évaluation | 4.11/5 Total 19 Évaluations |
Développeur | Daniel Hood |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |