Konnect - v1 Firefox

Examine source code of Konnect - v1

By: Konnect
Inspect and view changes in Konnect - v1 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Konnect - v1",
  "description": "Unlock the hidden world of Social Networks.",
  "version": "0.4",
  "permissions": [
    "background",
    "tabs",
    "storage",
    "management",
    "notifications",
    "cookies",
    "webNavigation",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "jquery.min.js",
      "socket-io.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "helloworld.html",
    "default_icon": "icon.png"
  },
  "web_accessible_resources": [
    "templates/*.html",
    "images/128X128.png"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*.facebook.com/*"
      ],
      "js": [
        "jquery.min.js",
        "socket-io.js",
        "facebook.js"
      ],
      "css": [
        "fb.css"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  }
}

Best Konnect - v1 Alternatives

Here are some Firefox add-ons that are similar to Konnect - v1: