SERPtize: Google SERPs Monetization Analyzer

SERPtize: Google SERPs Monetization Analyzer

This extension helps you analize how websites monetize directly on the Google SERPs. Perfect for Niche SEO Specialists.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "SERPtize: Google SERPs Monetization Analyzer",
  "description": "This extension helps you analize how websites monetize directly on the Google SERPs. Perfect for Niche SEO Specialists.",
  "version": "1.1",
  "icons": {
    "16": "icon.png",
    "32": "images/icon_32.png",
    "128": "images/icon_128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "include_globs": [
        "http://www.google.*/*",
        "https://www.google.*/*"
      ],
      "all_frames": false,
      "css": [
        "css/tab/styles.css"
      ],
      "js": [
        "js/jquery-3.5.1.min.js",
        "js/noframework.waypoints.min.js",
        "js/main.js"
      ]
    }
  ]
}