Spigot Author Stats

Displays information about Spigot authors resource statistics on their resource- and profile page.

Что такое Spigot Author Stats?

Spigot Author Stats - это расширение Chrome, разработанное Benz56, и его основная функция - "Displays information about Spigot authors resource statistics on their resource- and profile page.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Spigot Author Stats

Скачайте файлы расширений Spigot Author Stats в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Displays information about Spigot authors resource statistics on their resource- and profile page.                    

Основная информация о расширении

Название Spigot Author Stats Spigot Author Stats
ID ipjmecaiijpdikfimojkpionccpkcged
Официальный URL https://chromewebstore.google.com/detail/spigot-author-stats/ipjmecaiijpdikfimojkpionccpkcged
Описание Displays information about Spigot authors resource statistics on their resource- and profile page.
Размер файла 19.87 KB
Количество установок 109
Текущая Версия 1.4.2
Последнее Обновление 2019-05-17
Дата публикации 2019-05-17
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Benz56
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spigot Author Stats",
    "version": "1.4.2",
    "description": "Displays information about Spigot authors resource statistics on their resource- and profile page.",
    "permissions": [
        "https:\/\/www.spigotmc.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.spigotmc.org\/resources\/authors\/*\/",
                "https:\/\/www.spigotmc.org\/resources\/authors\/*\/*",
                "https:\/\/www.spigotmc.org\/members\/*\/"
            ],
            "js": [
                "table.js",
                "logic.js",
                "stars.js",
                "authorstats.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}