Examine source code of Facebook Advert Interest Cleaner

Inspect and view changes in Facebook Advert Interest Cleaner source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "version": "1.1.1",
  "short_name": "__MSG_appShortName__",
  "manifest_version": 2,
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "96": "images/icon96.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.facebook.com/adpreferences/ad_settings",
        "*://www.facebook.com/adpreferences/ad_settings/*"
      ],
      "js": [
        "scripts/adpreferences-ad_settings-categories-interests.js",
        "scripts/adpreferences-ad_settings-categories-other.js"
      ],
      "css": [
        "styles/general.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}