deepDataset Firefox

Examine source code of deepDataset

Inspect and view changes in deepDataset source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "deepDataset",
  "version": "1.0",
  "description": "Grab image links from Google and DuckDuckGo to build an Image Dataset for whatever reason.",
  "icons": {
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "96": "icons/icon96.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "*://*/*",
    "webNavigation",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/*",
        "*://duckduckgo.com/*"
      ],
      "js": [
        "content.js",
        "mutation.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon96.png",
    "default_title": "deepDataset"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best deepDataset Alternatives

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