Steam Friends Enhancer

Improve steam friends experience

Steam Friends Enhancer là gì?

Steam Friends Enhancer là một tiện ích mở rộng Chrome được phát triển bởi ceifa, và tính năng chính của nó là "Improve steam friends experience".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steam Friends Enhancer

Tải xuống các tệp mở rộng Steam Friends Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steam Friends Enhancer Steam Friends Enhancer
ID homplpaldlodpgkcilfgcbfoaolbmplm
URL Chính Thức https://chromewebstore.google.com/detail/steam-friends-enhancer/homplpaldlodpgkcilfgcbfoaolbmplm
Mô tả Improve steam friends experience
Kích Thước Tệp 18.83 KB
Số Lần Cài Đặt 2,167
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2022-03-16
Ngày Phát Hành 2020-07-12
Đánh Giá 4.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển ceifa
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ceifa/steam-friends-enhancer
URL Trang Trợ Giúp https://github.com/ceifa/steam-friends-enhancer/issues
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/live/654d7c06-96a8-48b8-b523-522a546877ba
Ngôn Ngữ Được Hỗ Trợ 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*"
    ]
}