FastComments Debugger

A tool to help you debug your FastComments installation.

What is FastComments Debugger?

FastComments Debugger is a Chrome extension developed by https://fastcomments.com, and its main feature is "A tool to help you debug your FastComments installation.".

Extension Screenshots

screenshot
screenshot

Download FastComments Debugger Extension CRX File

Download FastComments 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

                        Use the FastComments Debugger to debug your FastComments installation.

This tool can help you determine:
- Why the comment widget is not displaying
- Why the comment widget may not be behaving as expected
- How many instances of the widget are loaded on the page at once
- Which customization rules are applied.

Want more information in the debugger? Let us know!                    

Extension Basic Information

Name FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
Official URL https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Description A tool to help you debug your FastComments installation.
File Size 248 KB
Installation Count 49
Current Version 1.2.3
Last Updated 2023-10-24
Publish Date 2020-09-21
Rating 5.00/5 Total 1 Ratings
Developer https://fastcomments.com
Email [email protected]
Payment Type free
Extension Website https://fastcomments.com
Privacy Policy Page URL https://fastcomments.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FastComments Debugger",
    "version": "1.2.3",
    "description": "A tool to help you debug your FastComments installation.",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icons\/favicon.png",
        "default_popup": "popup\/index.html",
        "default_title": "FastComments Debugger"
    },
    "content_scripts": [
        {
            "js": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "assets\/icons\/*.png"
    ],
    "permissions": [
        "activeTab"
    ]
}