FastComments Debugger

A tool to help you debug your FastComments installation.

Qu'est-ce que FastComments Debugger ?

FastComments Debugger est une extension Chrome développée par https://fastcomments.com, et sa fonction principale est "A tool to help you debug your FastComments installation.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FastComments Debugger

Téléchargez les fichiers d'extension FastComments Debugger au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
URL Officiel https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Description A tool to help you debug your FastComments installation.
Taille du Fichier 248 KB
Nombre d'Installations 49
Version Actuelle 1.2.3
Dernière Mise à Jour 2023-10-24
Date de Publication 2020-09-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://fastcomments.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fastcomments.com
URL de la Page de Politique de Confidentialité https://fastcomments.com/privacy-policy
Langues Prises en Charge 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"
    ]
}