Localhost Open Graph Debugger

Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.

What is Localhost Open Graph Debugger?

Localhost Open Graph Debugger is a Chrome extension developed by thisissimmon, and its main feature is "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.".

Extension Screenshots

screenshot
screenshot

Download Localhost Open Graph Debugger Extension CRX File

Download Localhost Open Graph Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
Since it temporarily hosts meta tags on our site, you can easily check them without using tunnels to localhost tool like ngrok.                    

Extension Basic Information

Name Localhost Open Graph Debugger Localhost Open Graph Debugger
ID kckjjmiilgndeaohcljonedmledlnkij
Official URL https://chromewebstore.google.com/detail/localhost-open-graph-debu/kckjjmiilgndeaohcljonedmledlnkij
Description Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.
File Size 28 KB
Installation Count 4,333
Current Version 2.1
Last Updated 2022-12-11
Publish Date 2021-09-15
Rating 2.71/5 Total 7 Ratings
Developer thisissimmon
Email [email protected]
Payment Type free
Extension Website https://og.nullnull.dev
Help Page URL https://twitter.com/thisissimmon
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Localhost Open Graph Debugger",
    "version": "2.1",
    "description": "Localhost Open Graph Debugger is a Chrome Extension for checking Open Graph meta tags of locally hosted websites.",
    "icons": {
        "16": "\/images\/icon-16x16.png",
        "32": "\/images\/icon-32x32.png",
        "48": "\/images\/icon-48x48.png",
        "128": "\/images\/icon-128x128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon-16x16.png",
            "32": "\/images\/icon-32x32.png",
            "48": "\/images\/icon-48x48.png",
            "128": "\/images\/icon-128x128.png"
        },
        "default_title": "Localhost Open Graph Debugger",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "service-worker.js"
    }
}