Tor's Backloggery enhancements

Adds pie charts and other enhancements to backloggery.com

Что такое Tor's Backloggery enhancements?

Tor's Backloggery enhancements - это расширение Chrome, разработанное Tor, и его основная функция - "Adds pie charts and other enhancements to backloggery.com".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Tor's Backloggery enhancements

Скачайте файлы расширений Tor's Backloggery enhancements в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        This extension adds various new presentation features to the backloggery.com website to enhance the experience and help better organize your games. Features include:
- Icons for game digital distribution services in the My Games and Now Playing lists
- Displays release years in the My Games and Now Playing lists
- Pie charts of game systems, game ownership, completion status and digital distribution services
- A bar chart that shows release years

Please visit the support link on the details tab for detailed instructions and examples.                    

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

Название Tor's Backloggery enhancements Tor's Backloggery enhancements
ID bnphjpgoelijapfpilanaikifnekcmfc
Официальный URL https://chromewebstore.google.com/detail/tors-backloggery-enhancem/bnphjpgoelijapfpilanaikifnekcmfc
Описание Adds pie charts and other enhancements to backloggery.com
Размер файла 21.14 KB
Количество установок 116
Текущая Версия 2.2.3
Последнее Обновление 2023-02-07
Дата публикации 2017-12-16
Рейтинг 5.00/5 Всего 4 оценок
Разработчик Tor
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/torlye/Backloggery-enhancements
URL страницы помощи https://github.com/torlye/Backloggery-enhancements/issues
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tor's Backloggery enhancements",
    "version": "2.2.3",
    "description": "Adds pie charts and other enhancements to backloggery.com",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Tor",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/backloggery.com\/*",
                "https:\/\/www.backloggery.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}