3D Models Search Engine - Yobi3D

3D Models Search Engine - Yobi3D

Show 3D models search results from Yobi3D.com in Google search results page. Type any keywords with the term '3D' or 'Model' on Google to also search from Yobi3D.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_extDescription__",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "short_name": "Yobi3D",
  "version": "1.0.9resigned1",
  "icons": {
    "48": "icon/logo.png"
  },
  "applications": {
    "gecko": {
      "id": "search3dmodels@yobi3d",
      "strict_min_version": "52.0"
    }
  },
  "author": "Yobi3D.com",
  "background": {
    "scripts": [
      "chrome-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://www.google.*/*"
      ],
      "exclude_globs": [
        "*://www.google.*/recaptcha/*"
      ],
      "js": [
        "chrome-polyfill.js",
        "content-script.js"
      ],
      "css": [
        "yobi.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "permissions": [
    "https://www.yobi3d.com/*",
    "storage",
    "tabs"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "browser_action": {
    "default_icon": {
      "16": "icon/logo.png",
      "32": "icon/logo.png"
    },
    "default_title": "__MSG_extName__",
    "default_popup": "popup.html"
  },
  "default_locale": "en"
}