FastComments Debugger

A tool to help you debug your FastComments installation.

¿Qué es FastComments Debugger?

FastComments Debugger es una extensión de Chrome desarrollada por https://fastcomments.com, y su función principal es "A tool to help you debug your FastComments installation.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión FastComments Debugger

Descarga archivos de extensión FastComments Debugger en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
URL Oficial https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Descripción A tool to help you debug your FastComments installation.
Tamaño del Archivo 248 KB
Cantidad de Instalaciones 49
Versión Actual 1.2.3
Última Actualización 2023-10-24
Fecha de Publicación 2020-09-21
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://fastcomments.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://fastcomments.com
URL de la Página de Política de Privacidad https://fastcomments.com/privacy-policy
Idiomas Soportados 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"
    ]
}