FastComments Debugger

A tool to help you debug your FastComments installation.

Wat is FastComments Debugger?

FastComments Debugger is een Chrome-extensie ontwikkeld door https://fastcomments.com, en de belangrijkste functie is "A tool to help you debug your FastComments installation.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie FastComments Debugger

Download FastComments Debugger-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
Officiële URL https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Beschrijving A tool to help you debug your FastComments installation.
Bestandsgrootte 248 KB
Aantal Installaties 49
Huidige Versie 1.2.3
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2020-09-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://fastcomments.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://fastcomments.com
URL van de Privacybeleid Pagina https://fastcomments.com/privacy-policy
Ondersteunde Talen 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"
    ]
}