Google News Extractor by searchanalyzer

Google News Extractor by searchanalyzer

Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google News Extractor by searchanalyzer",
  "version": "1.1.0",
  "description": "Google News Extractor is the most convenient way to check news ranking in Google Search, Google News Search and on news.google.com",
  "icons": {
    "48": "img/google-news-extractor.png"
  },
  "permissions": [
    "notifications",
    "clipboardWrite"
  ],
  "background": {
    "service_worker": "bg-loader.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "include_globs": [
        "*://*google.*/*",
        "*://*bing.com/*"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "img/google-news-extractor.png",
    "default_title": "Google News Extractor"
  }
}