Reddit Trading FLE - H1Z1M Repack

Adds additional functionality to flair on trade subreddits (SteamGameSwap, tf2trade, Dota2Trade, and H1Z1M)

Reddit Trading FLE - H1Z1M Repack là gì?

Reddit Trading FLE - H1Z1M Repack là một tiện ích mở rộng Chrome được phát triển bởi H1Z1 Market, và tính năng chính của nó là "Adds additional functionality to flair on trade subreddits (SteamGameSwap, tf2trade, Dota2Trade, and H1Z1M)".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reddit Trading FLE - H1Z1M Repack

Tải xuống các tệp mở rộng Reddit Trading FLE - H1Z1M Repack 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

                        For Reddit users who browse Reddit game-trading subreddits, including /r/SteamGameSwap, /r/tf2trade, /r/Dota2Trade, /r/GlobalOffensiveTrade, and /r/SteamTradingCards, and now, /r/h1z1market.

THIS VERSION HAS NO NOTICEABLE DIFFERENCES. WE WERE GIVEN PERMISSION TO REPACK THIS EXTENSION TO INCLUDE CAPABILITY WITH /R/H1Z1MARKET.

BLUESHIFTLABS IS CURRENTLY AT WORK ON REWRITING RTFLE TO SUPPORT HTTPS, AND IS NO LONGER UPDATING THIS VERSION.


(Original)

Makes flair clickable, with added functionality:

* Status detection - see at a glance if a user is online or in-game
* Quick links to send messages, add to your friend list, send a trade offer, and view items
* Verify users' SteamRep and Valve (trade and VAC) statuses

This extension is licensed under the terms of the MIT License (http://opensource.org/licenses/mit-license.php).

-----

New in version 1.14.404.2:

* Clicking 'Inventory' whilst on /r/H1Z1Market now takes you to a player's H1Z1 Inventory, not their steam inventory.

New in version 1.14.404.1:

* Support for /r/H1Z1Market

New in version 1.14.328.3:

* Add a security check for trade offers - if the trade offer linked on a user's page doesn't match their user ID, show a warning instead of the trade offer button.
* Minor bugfixes.

New in version 1.14.328.1:

* Support for /r/GlobalOffensiveTrade and /r/SteamTradingCards
* Automatic support for sending a trade offer, if the recipient has a public trade offer URL in their profile
* Fixed backpack.tf links                    

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

Tên Reddit Trading FLE - H1Z1M Repack Reddit Trading FLE - H1Z1M Repack
ID limeeajofchlljldmfgnjafefiigkiad
URL Chính Thức https://chromewebstore.google.com/detail/reddit-trading-fle-h1z1m/limeeajofchlljldmfgnjafefiigkiad
Mô tả Adds additional functionality to flair on trade subreddits (SteamGameSwap, tf2trade, Dota2Trade, and H1Z1M)
Kích Thước Tệp 172 KB
Số Lần Cài Đặt 33
Phiên Bản Hiện Tại 1.14.404.2
Cập Nhật Lần Cuối 2015-05-11
Ngày Phát Hành 2015-05-11
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển H1Z1 Market
Loại Thanh Toán free
Trang Web Mở Rộng http://www.reddit.com/r/h1z1market
URL Trang Trợ Giúp http://www.reddit.com/message/compose?to=%2Fr%2FH1Z1Market
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit Trading FLE - H1Z1M Repack",
    "short_name": "Flair Linker",
    "version": "1.14.404.2",
    "manifest_version": 2,
    "description": "Adds additional functionality to flair on trade subreddits (SteamGameSwap, tf2trade, Dota2Trade, and H1Z1M)",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "*:\/\/*.reddit.com\/*",
        "*:\/\/*.steamcommunity.com\/*",
        "*:\/\/steamrep.com\/api_beta\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "FlairLinker.user.js"
            ],
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}