PlaceID Getter

PlaceID Getter

PlaceIDを取得します

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "PlaceID Getter",
  "version": "1.0.1",
  "description": "PlaceIDを取得します",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "PlaceID Getter",
    "default_popup": "popup.html"
  }
}