SEO Meta Tools - SEOpera

Easy to use meta data inspection tool for quick SEO insights
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",
  "manifest_version": 3,
  "name": "SEO Meta Tools - SEOpera",
  "description": "Easy to use meta data inspection tool for quick SEO insights",
  "version": "1.4",
  "author": "Halil İbrahim Yücel,Cihat Murat Yüksel",
  "action": {
    "default_icon": "assets/img/seopera-logo.png",
    "default_title": "SeOpera Check Insight",
    "default_popup": "main.html"
  },
  "icons": {
    "128": "assets/img/seopera-logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.min.js"
      ]
    }
  ],
  "host_permissions": [
    "*://www.google.com/"
  ],
  "permissions": [
    "activeTab",
    "scripting"
  ]
}