Tor's Backloggery enhancements

Adds pie charts and other enhancements to backloggery.com

What is Tor's Backloggery enhancements?

Tor's Backloggery enhancements is a Chrome extension developed by Tor, and its main feature is "Adds pie charts and other enhancements to backloggery.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tor's Backloggery enhancements Extension CRX File

Download Tor's Backloggery enhancements extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tor's Backloggery enhancements Tor's Backloggery enhancements
ID bnphjpgoelijapfpilanaikifnekcmfc
Official URL https://chromewebstore.google.com/detail/tors-backloggery-enhancem/bnphjpgoelijapfpilanaikifnekcmfc
Description Adds pie charts and other enhancements to backloggery.com
File Size 21.14 KB
Installation Count 116
Current Version 2.2.3
Last Updated 2023-02-07
Publish Date 2017-12-16
Rating 5.00/5 Total 4 Ratings
Developer Tor
Email [email protected]
Payment Type free
Extension Website https://github.com/torlye/Backloggery-enhancements
Help Page URL https://github.com/torlye/Backloggery-enhancements/issues
Supported Languages 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"
        }
    ]
}