Direct Strike Rating

StarCraft II Arcade: Direct Strike extension, ds-rating.com

Direct Strike Ratingคืออะไร?

Direct Strike Rating เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ds-rating.com และคุณลักษณะหลักของมันคือ "StarCraft II Arcade: Direct Strike extension, ds-rating.com"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Direct Strike Rating

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

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

                        Extension for SC2: Direct Strike players.

Click extension icon to open your own https://ds-rating.com/players profile.

Use browser address bar to search for a player, type: dsr playername.
For example in empty address bar type, without quotes, "dsr Lucik" and press [Enter].                    

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

ชื่อ Direct Strike Rating Direct Strike Rating
ID ciiibjhffebpdmmeclbcjknofdpfkpba
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/direct-strike-rating/ciiibjhffebpdmmeclbcjknofdpfkpba
คำอธิบาย StarCraft II Arcade: Direct Strike extension, ds-rating.com
ขนาดไฟล์ 74.04 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1
อัปเดตครั้งล่าสุด 2022-01-17
วันที่เผยแพร่ 2022-01-16
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ds-rating.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ds-rating.com/players
URL หน้าช่วยเหลือ https://discord.gg/KXKw8HqKKK
URL หน้านโยบายความเป็นส่วนตัว https://ds-rating.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Direct Strike Rating",
    "description": "StarCraft II Arcade: Direct Strike extension, ds-rating.com",
    "version": "1",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "pages\/options\/index.html",
    "action": [],
    "omnibox": {
        "keyword": "dsr"
    },
    "icons": {
        "16": "\/img\/dsr-logo-16.png",
        "32": "\/img\/dsr-logo-32.png",
        "48": "\/img\/dsr-logo-48.png",
        "128": "\/img\/dsr-logo-128.png"
    },
    "manifest_version": 3
}