FastComments Debugger

A tool to help you debug your FastComments installation.

O que é FastComments Debugger?

FastComments Debugger é uma extensão do Chrome desenvolvida por https://fastcomments.com, e sua principal característica é "A tool to help you debug your FastComments installation.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão FastComments Debugger

Baixe arquivos de extensão FastComments Debugger no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
URL Oficial https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Descrição A tool to help you debug your FastComments installation.
Tamanho do Arquivo 248 KB
Contagem de Instalações 49
Versão Atual 1.2.3
Última Atualização 2023-10-24
Data de Publicação 2020-09-21
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://fastcomments.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fastcomments.com
URL da Página de Política de Privacidade https://fastcomments.com/privacy-policy
Idiomas Suportados 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"
    ]
}