Indexer Plugin

Indexer Plugin

Simple extension for rotate url's in browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Indexer Plugin",
  "description": "Simple extension for rotate url's in browser.",
  "version": "1.6.0",
  "author": "Ruslan Banochkin",
  "action": {
    "default_icon": "indexer.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://banochkin.com/"
  ]
}