NooBox

NooBox

Reverse image search

Additional files are visible only to premium users

manifest.json


{
  "applications": {
    "gecko": {
      "id": "noob@ainoob.com"
    }
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "short_name": "NB",
  "version": "1.1.13",
  "browser_action": {
    "default_icon": "images/icon_128.png",
    "default_title": "NooBox~",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "images/icon_128.png"
  },
  "background": {
    "scripts": [
      "thirdParty/jquery.min.js",
      "thirdParty/fileSavor.js",
      "thirdParty/jszip.min.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "thirdParty/jquery.min.js",
        "contentScript/videoControl.js",
        "contentScript/extractImages.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "default_locale": "en",
  "permissions": [
    "tabs",
    "contextMenus",
    "storage",
    "activeTab",
    "notifications",
    "<all_urls>"
  ],
  "commands": {
    "screenshotSearch": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Command+Shift+Y"
      },
      "description": "__MSG_screenshot_search__"
    }
  },
  "minimum_chrome_version": "35",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}