ForumMonitor

ForumMonitor

Check forum to find some post which title include word you may interested.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.5",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "background": {
    "persistent": true,
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon_48.png",
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "img/icon_16.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "alarms",
    "notifications",
    "tabs",
    "storage",
    "webNavigation",
    "*://*/"
  ]
}