Steam Friends Enhancer

Improve steam friends experience

What is Steam Friends Enhancer?

Steam Friends Enhancer is a Chrome extension developed by ceifa, and its main feature is "Improve steam friends experience".

Extension Screenshots

screenshot
screenshot

Download Steam Friends Enhancer Extension CRX File

Download Steam Friends Enhancer 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 help you to manager your steam friends list. The current features available are:

- Send mass comments to your friends
- Select friends by offline time                    

Extension Basic Information

Name Steam Friends Enhancer Steam Friends Enhancer
ID homplpaldlodpgkcilfgcbfoaolbmplm
Official URL https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm
Description Improve steam friends experience
File Size 18.83 KB
Installation Count 2,167
Current Version 0.0.5
Last Updated 2022-03-16
Publish Date 2020-07-12
Rating 4.00/5 Total 19 Ratings
Developer ceifa
Email [email protected]
Payment Type free
Extension Website https://github.com/ceifa/steam-friends-enhancer
Help Page URL https://github.com/ceifa/steam-friends-enhancer/issues
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Friends Enhancer",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Improve steam friends experience",
    "icons": {
        "128": ".\/static\/icon-128px.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/steamcommunity.com\/*\/*\/friends*"
            ],
            "js": [
                ".\/js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "\/js\/injected.js"
    ],
    "permissions": [
        "*:\/\/steamcommunity.com\/*\/*\/friends*"
    ]
}