Twitter Algorithm Rank Validator - Free Tool

Free tool to assess tweet performance based on algorithmic ranking. Maximize engagement with precision.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://tweetgrok.ai/",
  "default_locale": "en",
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ],
      "css": [],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "",
    "default_icon": {
      "128": "icons/128.png"
    },
    "default_title": "Click to open in a new tab"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "1.0.2",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}