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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
    ]
}