Connections Dictionary Search Firefox

Examine source code of Connections Dictionary Search

Inspect and view changes in Connections Dictionary Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Connections Dictionary Search",
  "version": "1.0",
  "description": "Search selected word in dictionary",
  "permissions": [
    "tabs",
    "*://*.nytimes.com/games/connections/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "connections_search_icon.svg",
    "64": "connections_search_icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{f0d39234-9bfc-4023-94a1-e7dfc20f06ae}"
    },
    "gecko_android": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Connections Dictionary Search Alternatives

Here are some Firefox add-ons that are similar to Connections Dictionary Search: