Google Search Console Date Selector Firefox

Examine source code of Google Search Console Date Selector

Inspect and view changes in Google Search Console Date Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Google Search Console Date Selector",
  "version": "1",
  "description": "Easily compare periods in Google Search Console and generate the percentage changes.",
  "manifest_version": 3,
  "icons": {
    "16": "favicon16.png",
    "32": "favicon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "*://*.search.google.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "mail@thijsvanhal.nl",
      "strict_min_version": "42.0"
    }
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "favicon16.png",
      "32": "favicon32.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.search.google.com/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "statistieken.js"
    ]
  }
}

Best Google Search Console Date Selector Alternatives

Here are some Firefox add-ons that are similar to Google Search Console Date Selector: