yingBar

yingBar

Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/lib/library.js",
        "js/foreground/configuration.js",
        "js/foreground/indicator.js",
        "js/tab/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Die yingBar ist eine kostenlose Cashback Webbrowser-Erweiterung von yingiz.com. Kostenlos registrieren: http://yingiz.com",
  "icons": {
    "16": "images/icons/yingbar_inactive.png",
    "128": "images/yingiz_signet.png"
  },
  "name": "__MSG_name__",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/icons/yingbar_off.png",
    "default_popup": "tools.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "4.3.0",
  "default_locale": "de",
  "web_accessible_resources": [
    "js/lib/library.js",
    "js/lib/jquery.js",
    "js/foreground/configuration.js",
    "js/foreground/indicator.js",
    "js/tab/contentscript.js",
    "css/yingbar.css",
    "images/icon_close.png",
    "images/yingstars.png",
    "images/icon_arrow-green.png",
    "images/icon_arrow-red.png",
    "images/icon_check_black.png",
    "images/icon_check.png"
  ]
}