Is This GraphQL

See whether a website is using GraphQL at a glance

What is Is This GraphQL?

Is This GraphQL is a Chrome extension developed by https://stellate.co, and its main feature is "See whether a website is using GraphQL at a glance".

Extension Screenshots

screenshot
screenshot

Download Is This GraphQL Extension CRX File

Download Is This GraphQL 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

                        This extension detects whether the website you are visiting right now is using GraphQL and which GraphQL APIs it's querying from.                    

Extension Basic Information

Name Is This GraphQL Is This GraphQL
ID bpddjcoknlkjonemmdokaeeplmjhhnhh
Official URL https://chromewebstore.google.com/detail/is-this-graphql/bpddjcoknlkjonemmdokaeeplmjhhnhh
Description See whether a website is using GraphQL at a glance
File Size 754 KB
Installation Count 260
Current Version 1.5.0
Last Updated 2023-09-13
Publish Date 2021-04-05
Rating 5.00/5 Total 2 Ratings
Developer https://stellate.co
Email [email protected]
Payment Type free
Privacy Policy Page URL https://stellate.co/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is This GraphQL",
    "version": "1.5.0",
    "manifest_version": 2,
    "description": "See whether a website is using GraphQL at a glance",
    "homepage_url": "https:\/\/stellate.co",
    "icons": {
        "16": "icons\/icon-graphql-no-16.png",
        "48": "icons\/icon-graphql-no-48.png",
        "128": "icons\/icon-graphql-no-128.png"
    },
    "browser_action": {
        "default_title": "GraphQL",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "https:\/\/*\/*"
    ]
}