Interests Explorer

Interests Explorer

Uncover hidden & High-Converting Facebook interests

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Interests Explorer",
  "description": "Uncover hidden & High-Converting Facebook interests",
  "version": "9.0",
  "icons": {
    "16": "ico.png",
    "32": "ico.png",
    "64": "ico.png"
  },
  "background": {
    "scripts": [
      "includes/jquery.js",
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "interestsexplorer - FB Interests Extractor",
    "default_icon": "ico.png"
  },
  "incognito": "split",
  "permissions": [
    "<all_urls>",
    "tabs",
    "downloads",
    "storage"
  ]
}