Forum Alerts
Get alerts from your favorite communities (powered by XenForo).
Cos'è Forum Alerts?
Forum Alerts è un'estensione di Chrome sviluppata da Daniel Hood, e la sua funzione principale è "Get alerts from your favorite communities (powered by XenForo).".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Forum Alerts
Scarica i file di estensione Forum Alerts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Forum Alerts |
ID | leiehnemnmkljaaahpadjodmghkhlhjj |
URL Ufficiale | https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj |
Descrizione | Get alerts from your favorite communities (powered by XenForo). |
Dimensione del File | 40.62 KB |
Conteggio Installazioni | 192 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2013-10-28 |
Data di Pubblicazione | 2013-10-28 |
Valutazione | 4.11/5 Totale 19 Valutazioni |
Sviluppatore | Daniel Hood |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |