BINGO! Search

BINGO! Search

While browsing the web site, you can search on your favorite search engine at any time. In addition, select the search you want to text on the web page, it is also possible to quickly search from the right-click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "BINGO! Search",
  "version": "2.0.3resigned1",
  "description": "__MSG_extDescription__",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "48.0"
    }
  },
  "default_locale": "en",
  "homepage_url": "http://pricesadvisor.com",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_name": "BINGO! Search",
    "default_icon": "images/icon_3g_32.png"
  },
  "icons": {
    "16": "images/icon_16_16.png",
    "48": "images/icon_48_48.png",
    "128": "images/icon_128_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "jquery-1.12.3.min.js",
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "*://*/*",
    "tabs",
    "contextMenus",
    "notifications"
  ]
}