StackOverFollow

StackOverFollow

Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/16.png",
    "default_popup": "popup.html",
    "default_title": "StackOverFollow"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "javascripts/settings.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Stack Over Follow - follow questions that you interesting in from the given list or from open tabs with questions in StackOverFlow.",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC5BKM+XidlTz5NI55ajSyj/mbYfCI8ER/+iTm+E9PQQZyRRwYcDtV5/Q3rCjA/HpBOTRk3OCwXNn5uW/V6DVqaOMje0kUSusm5I9P9Zujyq6FfPx66H/juQe9XhlHrHnOdrsncm1ckdy6WtU9AE6MBzlwvplkuTjEK0eqQFVb8/QIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "9",
  "name": "StackOverFollow",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "webRequest",
    "*://*.stackoverflow.com/*",
    "*://stackoverflow.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.15"
}