Examine source code of Ads Check Speed | adsspeed.com

Inspect and view changes in Ads Check Speed | adsspeed.com 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",
  "action": {
    "default_icon": {
      "16": "access/icon/16.png",
      "48": "access/icon/48.png",
      "128": "access/icon/128.png"
    },
    "default_popup": "popup.html",
    "default_title": "AdsCheckSpeed"
  },
  "background": {
    "service_worker": "access/js/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "access/css/content.css"
      ],
      "js": [
        "access/js/content-script.js"
      ],
      "matches": [
        "https://*.facebook.com/settings/*",
        "https://*.facebook.com/ads/manager/*",
        "https://*.facebook.com/adsmanager/*",
        "https://*.facebook.com/billing_hub/*",
        "https://*.facebook.com/latest/settings/*",
        "https://*.facebook.com/latest/billing_hub/*",
        "https://*.facebook.com/latest/ads/manager/*",
        "https://*.facebook.com/latest/adsmanager/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Manage advertising accounts easily and professionally",
  "externally_connectable": {
    "matches": [
      "https://*.facebook.com/*",
      "https://*.adsspeed.com/*"
    ]
  },
  "homepage_url": "https://adsspeed.com",
  "host_permissions": [
    "https://*.facebook.com/*",
    "https://adsmanager.facebook.com/*"
  ],
  "icons": {
    "16": "access/icon/16.png",
    "48": "access/icon/48.png",
    "128": "access/icon/128.png"
  },
  "manifest_version": 3,
  "name": "Ads Check Speed | adsspeed.com",
  "permissions": [
    "tabs"
  ],
  "version": "1.0.1",
  "version_name": "Version 1.0.1",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "access/*"
      ]
    }
  ]
}