OG Spy

Show basic Open Graph tags

What is OG Spy?

OG Spy is a Chrome extension developed by jbw5600, and its main feature is "Show basic Open Graph tags".

Extension Screenshots

screenshot

Download OG Spy Extension CRX File

Download OG Spy 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

                        The Open Graph protocol enables any web page to become a rich object in a social graph. It can be achieved by placing numerous meta-tags in the page's header. This extension retrieves and displays few of them, namely:
● og:title
● og:description
● og:image
If 'og:title' or 'og:description' are omitted, then values of standard 'title' and 'description' meta-tags will be displayed respectively. 'og:image' if exists, is displayed graphically.                    

Extension Basic Information

Name OG Spy OG Spy
ID gbladodjhonkijdnbbcfoingmljmolnp
Official URL https://chromewebstore.google.com/detail/og-spy/gbladodjhonkijdnbbcfoingmljmolnp
Description Show basic Open Graph tags
File Size 13.77 KB
Installation Count 1,551
Current Version 1.02
Last Updated 2018-10-22
Publish Date 2018-10-22
Rating 4.60/5 Total 5 Ratings
Developer jbw5600
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OG Spy",
    "description": "Show basic Open Graph tags",
    "version": "1.02",
    "icons": {
        "16": "img128.png",
        "32": "img128.png",
        "48": "img128.png",
        "128": "img128.png"
    },
    "browser_action": {
        "default_title": "OG Spy",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}