FastComments Debugger

A tool to help you debug your FastComments installation.

Apa itu FastComments Debugger?

FastComments Debugger adalah ekstensi Chrome yang dikembangkan oleh https://fastcomments.com, dan fitur utamanya adalah "A tool to help you debug your FastComments installation.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi FastComments Debugger

Unduh file ekstensi FastComments Debugger dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
URL Resmi https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
Deskripsi A tool to help you debug your FastComments installation.
Ukuran File 248 KB
Jumlah Instalasi 49
Versi Saat Ini 1.2.3
Terakhir Diperbarui 2023-10-24
Tanggal Publikasi 2020-09-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://fastcomments.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://fastcomments.com
URL Halaman Kebijakan Privasi https://fastcomments.com/privacy-policy
Bahasa yang Didukung 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"
    ]
}