SERPerator by MobileMoxie

SERPerator by MobileMoxie

See & parse Google mobile search results from any location in the world-Get Pixel Height, % of SERP, Traditional Rank & Actual Rank.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SERPerator by MobileMoxie",
  "description": "See & parse Google mobile search results from any location in the world-Get Pixel Height, % of SERP, Traditional Rank & Actual Rank.",
  "version": "0.0.7",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "/images/serperator_icon_16.png",
      "32": "/images/serperator_icon_32.png",
      "48": "/images/serperator_icon_48.png",
      "128": "/images/serperator_icon_128.png"
    }
  },
  "icons": {
    "16": "/images/serperator_icon_16.png",
    "32": "/images/serperator_icon_32.png",
    "48": "/images/serperator_icon_48.png",
    "128": "/images/serperator_icon_128.png"
  },
  "permissions": [
    "activeTab"
  ]
}