FB interest tool Export hidden ads interests

FB interest tool Export hidden ads interests

An extension to Export thousands facebook™ ads hidden interests to Excel / CSV.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "identity"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "oauth2": {
    "client_id": "798448043642-5cdkqgi3h80okqpgtftjvg01lahpqp0a.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyLtQzTTvlWKf9eBidYYbTmJ2HxWosbNjcWK8t3UuFkZeStfsnZewzZNX5gIgsebt2JHYNLAklPdILk/R4f4I2xh4w7Dp7AOd0jF94aT5QJvxQZe6Qdwgn0ynlNYpYTsKU4Q7y1OTGvTzw32k9QKO44+YBt+Vf0SB3olt5w5tYugJfuRgp3YH8vOqc2nM/nwa1b2byuZdLPiZFGy4gKem193aaL8nJ8pnTeR8ulGYA4g3TAHCf6fb/2Hn4eZblpMo+4jHrTRIdQsvpZy6Lf1MatYC3pOBGRvQRgt0Jxxy/hehADKZnRXjjhudKmSTWaKn0U/MVcIEAxNfE1JuCxM+eQIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "extension_ids": [
        "bcamlffoakhadbgmdfejnjpfdcoknilc"
      ]
    }
  ],
  "version": "1.0.2"
}