FastComments Debugger

A tool to help you debug your FastComments installation.

Was ist FastComments Debugger?

FastComments Debugger ist eine Chrome-Erweiterung, die von https://fastcomments.com entwickelt wurde, und ihr Hauptmerkmal ist "A tool to help you debug your FastComments installation.".

Erweiterungsscreenshots

screenshot
screenshot

FastComments Debugger-Erweiterungs-CRX-Datei herunterladen

Laden Sie FastComments Debugger-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
Offizielle URL https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Beschreibung A tool to help you debug your FastComments installation.
Dateigröße 248 KB
Installationsanzahl 49
Aktuelle Version 1.2.3
Letztes Update 2023-10-24
Veröffentlichungsdatum 2020-09-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://fastcomments.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fastcomments.com
URL der Datenschutzrichtlinien-Seite https://fastcomments.com/privacy-policy
Unterstützte Sprachen 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"
    ]
}