Skinport Plus

Enhance your online trading experience on Skinport and Steam with Skinport Plus.

Skinport Plusคืออะไร?

Skinport Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://skinport.com และคุณลักษณะหลักของมันคือ "Enhance your online trading experience on Skinport and Steam with Skinport Plus."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skinport Plus

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

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

                        Enhance your trading experience on Skinport (https://skinport.com) and Steam with Skinport Plus, a specialized tool that provides a secure environment for trading skins.
Skinport Plus includes great additions for enhanced security, can verify whether your trading partner is an official bot, and detects potential security vulnerabilities through activated Steam Web API keys.

Highlights:
- Authenticity verification of the trading partner
- Steam Web API Key security check
- Phishing website blocker

Data Privacy:
Skinport Plus does not collect any personal user data. We firmly believe that your data is yours alone and we respect this principle in every aspect.

Transparency:
The project is Source Open and is available for everyone to view on GitHub. This means that anyone can review the code to verify our adherence to the highest security and privacy standards.
GitHub Repository: https://github.com/skinport/skinport-plus

Socials:
- Discord: https://discord.gg/skinport
- Twitter: https://twitter.com/Skinport
- Instagram: https://www.instagram.com/skinport
- Steam: https://steamcommunity.com/groups/skinport                    

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

ชื่อ Skinport Plus Skinport Plus
ID lmaokgcdiccpfgacillojaojkfpdfeej
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skinport-plus/lmaokgcdiccpfgacillojaojkfpdfeej
คำอธิบาย Enhance your online trading experience on Skinport and Steam with Skinport Plus.
ขนาดไฟล์ 1.12 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 24.2.29
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2023-11-24
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://skinport.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skinport.com
URL หน้าช่วยเหลือ https://skinport.com/support
ภาษาที่รองรับ de,en,fr,nl,tr,da,es,pl,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "24.2.29",
    "description": "__MSG_extensionDescription__",
    "minimum_chrome_version": "105.0",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/skinport.com\/*"
            ],
            "js": [
                "content\/skinport\/index.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "content\/steamcommunity\/index.js"
            ],
            "css": [
                "fonts.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts.css",
                "favicon.ico",
                "phishing-blocker\/index.html",
                "phishing-blocker\/index.css",
                "phishing-blocker\/index.js",
                "content\/steamcommunity\/bridge\/script.js"
            ],
            "use_dynamic_url": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}