Auction Skin Trade Helper

auction-skin.com

Auction Skin Trade Helperคืออะไร?

Auction Skin Trade Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://auction-skin.com และคุณลักษณะหลักของมันคือ "auction-skin.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auction Skin Trade Helper

ดาวน์โหลดไฟล์ส่วนขยาย Auction Skin Trade Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        - The extension automates the exchange of Steam items.
- The extension is required to operate on auction-skin.com.
- To work with the site and the extension you need installed games CS:GO and / or Dota2
This extension is necessary:
- to create lots
- to participate in lots
- to automatically create a trade offer between the owner of the lot and the winner of this lot.

The extension can display lots that need to be accepted or sended.
The extension without user confirmation cannot send items.
For the extension to work correctly, you must enter the API-key in the settings tab

Расширение для автоматического обмена предметов из Steam. Расширение необходимо для работы на сайте auction-skin.com. Для работы с сайтом и расширением необходимо установленные игры  СS:GO и/или Dota2.

Расширение необходимо:
- для создания лотов
- для принятия участия в лотах
- для автоматического создания обмена между владельцем лота и победителем.

Расширение умеет:
- Отображать лоты, которые необходимо принять или передать

Расширение без подтверждения пользователя не может передать предмет.

Для корректной работы расширения на торговой площадке  https://auction-skin.com, необходимо ввести API ключ на вкладке настройки                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Auction Skin Trade Helper Auction Skin Trade Helper
ID cpfhecmloiaombkfphllaoglmljkppfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/auction-skin-trade-helper/cpfhecmloiaombkfphllaoglmljkppfe
คำอธิบาย auction-skin.com
ขนาดไฟล์ 28.22 KB
จำนวนการติดตั้ง 72
เวอร์ชันปัจจุบัน 1.7.4
อัปเดตครั้งล่าสุด 2020-12-29
วันที่เผยแพร่ 2020-04-30
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://auction-skin.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://auction-skin.com
URL หน้าช่วยเหลือ https://groups.google.com/g/supportauctionskin
URL หน้านโยบายความเป็นส่วนตัว https://auction-skin.com/static/privacy
ภาษาที่รองรับ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auction Skin Trade Helper",
    "version": "1.7.4",
    "description": "auction-skin.com",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.auction-skin.com\/*"
            ],
            "all_frames": true,
            "js": [
                "fuckfirefox.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.auction-skin.com:*\/*"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "icons": {
            "128": "128.png"
        }
    },
    "permissions": [
        "background",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/*.steampowered.com\/*",
        "storage"
    ]
}