GeoKrety Toolbox

GeoKrety Toolbox

Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "script.js"
      ],
      "matches": [
        "http://www.geocaching.com/geocache/GC*",
        "https://www.geocaching.com/geocache/GC*"
      ],
      "run_at": "document_end"
    }
  ],
  "converted_from_user_script": true,
  "description": "Shows GeoKrety trackables on geocaching.com cache pages and facilitates dropping GK trackables into GC caches.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "name": "GeoKrety Toolbox",
  "permissions": [
    "http://geokrety.org/*",
    "http://www.geokrety.org/*",
    "https://geokrety.org/*",
    "https://www.geokrety.org/*"
  ],
  "version": "1.0.5",
  "manifest_version": 2
}