FastComments Debugger

A tool to help you debug your FastComments installation.

Cos'è FastComments Debugger?

FastComments Debugger è un'estensione di Chrome sviluppata da https://fastcomments.com, e la sua funzione principale è "A tool to help you debug your FastComments installation.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione FastComments Debugger

Scarica i file di estensione FastComments Debugger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
URL Ufficiale https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Descrizione A tool to help you debug your FastComments installation.
Dimensione del File 248 KB
Conteggio Installazioni 49
Versione Corrente 1.2.3
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2020-09-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://fastcomments.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fastcomments.com
URL della Pagina della Politica sulla Privacy https://fastcomments.com/privacy-policy
Lingue Supportate 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"
    ]
}