PST Trophy List Printer

Converts PST and XBA Trophy Lists into printer-friendly text

What is PST Trophy List Printer?

PST Trophy List Printer is a Chrome extension developed by slammajamma28, and its main feature is "Converts PST and XBA Trophy Lists into printer-friendly text".

Extension Screenshots

screenshot

Download PST Trophy List Printer Extension CRX File

Download PST Trophy List Printer 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

                        If you want to print out trophy lists from PlaystationTrophies.org or XboxAchievements.com, this is for you!                    

Extension Basic Information

Name PST Trophy List Printer PST Trophy List Printer
ID eiiknmdmblelfjcigligdoldglbloonk
Official URL https://chromewebstore.google.com/detail/pst-trophy-list-printer/eiiknmdmblelfjcigligdoldglbloonk
Description Converts PST and XBA Trophy Lists into printer-friendly text
File Size 38.83 KB
Installation Count 33
Current Version 1.1
Last Updated 2021-03-25
Publish Date 2020-11-13
Developer slammajamma28
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PST Trophy List Printer",
    "version": "1.1",
    "description": "Converts PST and XBA Trophy Lists into printer-friendly text",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.playstationtrophies.org\/game\/*\/trophies\/",
                "*:\/\/www.xboxachievements.com\/game\/*\/achievements\/"
            ],
            "js": [
                "jquery-3.5.1.min.js",
                "pstprinter.js"
            ]
        }
    ]
}