Forum Alerts
Get alerts from your favorite communities (powered by XenForo).
Co je Forum Alerts?
Forum Alerts je rozšíření Chrome vyvinuté Daniel Hood, a jeho hlavní funkcí je „Get alerts from your favorite communities (powered by XenForo).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Forum Alerts
Stáhněte si soubory rozšíření Forum Alerts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Forum Alerts |
ID | leiehnemnmkljaaahpadjodmghkhlhjj |
Oficiální URL | https://chromewebstore.google.com/detail/forum-alerts/leiehnemnmkljaaahpadjodmghkhlhjj |
Popis | Get alerts from your favorite communities (powered by XenForo). |
Velikost souboru | 40.62 KB |
Počet instalací | 192 |
Aktuální Verze | 1.0.2 |
Poslední Aktualizace | 2013-10-28 |
Datum Vydání | 2013-10-28 |
Hodnocení | 4.11/5 Celkem 19 Hodnocení |
Vývojář | Daniel Hood |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |