EyeSees Firefox

Examine source code of EyeSees

By: Devin
Inspect and view changes in EyeSees source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "EyeSees",
  "version": "1.4.1",
  "author": "Devin",
  "description": "Handy tool to search for posts in an awesome site",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.imdb.com/title/*"
      ],
      "js": [
        "content-imdb.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "menus",
    "storage"
  ],
  "options_ui": {
    "page": "preferences.html",
    "browser_style": true,
    "chrome_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "eyesees@epoweri.com",
      "strict_min_version": "57.0a1"
    }
  }
}

Best EyeSees Alternatives

Here are some Firefox add-ons that are similar to EyeSees: