Steam Achievement Tools

Filter achievements on Steam's website

What is Steam Achievement Tools?

Steam Achievement Tools is a Chrome extension developed by darkmatter.tm, and its main feature is "Filter achievements on Steam's website".

Extension Screenshots

screenshot

Download Steam Achievement Tools Extension CRX File

Download Steam Achievement Tools 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

                        A simple tool for searching and filtering achievements in www.steamcommunity.com.

Use:
You'll see a text field above the achievements list. Enter your search terms there. Separate terms with the ';' character.

Happy hunting!                    

Extension Basic Information

Name Steam Achievement Tools Steam Achievement Tools
ID hklbbficbaleihadoijfeiepoghomffg
Official URL https://chromewebstore.google.com/detail/steam-achievement-tools/hklbbficbaleihadoijfeiepoghomffg
Description Filter achievements on Steam's website
File Size 268 KB
Installation Count 160
Current Version 0.0.3
Last Updated 2016-01-06
Publish Date 2016-01-06
Rating 3.00/5 Total 2 Ratings
Developer darkmatter.tm
Email [email protected]
Payment Type free
Help Page URL https://github.com/Froussios/Achievement-Sorter/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Achievement Tools",
    "version": "0.0.3",
    "description": "Filter achievements on Steam's website",
    "author": "Froussios",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/steamcommunity.com\/profiles\/*\/stats\/*",
                "http:\/\/steamcommunity.com\/stats\/*\/achievements\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "rx.all.min.js",
                "rx.jquery.min.js",
                "achievements.user.js"
            ]
        }
    ],
    "web_accessible_resources": []
}