Examine source code of Sam Ovens Facebook Ads Horizontal Scaling

Inspect and view changes in Sam Ovens Facebook Ads Horizontal Scaling 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sam Ovens Facebook Ads Horizontal Scaling",
  "description": "",
  "manifest_version": 2,
  "version": "1.18.0",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "background": {
    "page": "index.html#notifications"
  },
  "permissions": [
    "storage",
    "notifications",
    "http://api.leadblasta.com/",
    "https://api.leadblasta.com/",
    "http://*.youtube.com/",
    "https://*.youtube.com/",
    "https://*.ytimg.com/"
  ],
  "browser_action": {
    "default_title": "Sam Ovens Facebook Ads Horizontal Scaling",
    "default_icon": "icon.png",
    "default_popup": "index.html"
  }
}