Localhost Open Graph Checker

Localhost Open Graph Checker

Check Open Graph on internet unreachable sites like localhost or under basic auth. Temporary host site head tags on hashed url.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.5",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://local-ogp.firebaseapp.com/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icon.png",
      "24": "images/icon.png",
      "32": "images/icon.png"
    },
    "default_title": "localhost open graph checker"
  },
  "manifest_version": 3
}