FastComments Debugger

A tool to help you debug your FastComments installation.

ما هو FastComments Debugger؟

FastComments Debugger هو إضافة Chrome تم تطويرها بواسطة https://fastcomments.com، والميزة الرئيسية لها هي "A tool to help you debug your FastComments installation.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة FastComments Debugger

قم بتنزيل ملفات الامتداد FastComments Debugger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم FastComments Debugger FastComments Debugger
ID cadggdemhfkjjghkdbfhonoccnplffjj
عنوان URL الرسمي https://chromewebstore.google.com/detail/fastcomments-debugger/cadggdemhfkjjghkdbfhonoccnplffjj
الوصف A tool to help you debug your FastComments installation.
حجم الملف 248 KB
عدد التثبيتات 49
النسخة الحالية 1.2.3
آخر تحديث 2023-10-24
تاريخ النشر 2020-09-21
تقييم 5.00/5 مجموع تقييمات 1
المطور https://fastcomments.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://fastcomments.com
عنوان صفحة سياسة الخصوصية https://fastcomments.com/privacy-policy
اللغات المدعومة 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"
    ]
}