Adminer - Ads and Product Finder

Adminer - Ads and Product Finder

With the Adminer extension you can mine thousands of winning products and ads automatically from your Facebook.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "__MSG_appDesc__",
  "version": "10.4",
  "name": "__MSG_appName__",
  "default_locale": "pt_BR",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.adminer.pro/*",
        "*://facebook.com/*",
        "*://www.facebook.com/*",
        "*://web.facebook.com/*",
        "*://www.web.facebook.com/*"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "page_action": {
    "default_icon": {
      "19": "logoextractor.png",
      "38": "logoextractor.png"
    },
    "default_popup": "popup.html",
    "default_title": "Adminer"
  },
  "icons": {
    "16": "icon19.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "web_accessible_resources": [
    "*.png",
    "*.svg"
  ],
  "permissions": [
    "tabs"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}