Divine Shop Extension
Divine Shop Extension makes it easier to buy games from Steam
Divine Shop Extensionคืออะไร?
Divine Shop Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Divine Shop Extension makes it easier to buy games from Steam"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Divine Shop Extension
ดาวน์โหลดไฟล์ส่วนขยาย Divine Shop Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension adds a purchase button for apps at Steam that shows the price from Divine Shop and directs user to the app page at Divine Shop.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Divine Shop Extension |
ID | mcooicaephmnnieacffgaloljidmcpap |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/divine-shop-extension/mcooicaephmnnieacffgaloljidmcpap |
คำอธิบาย | Divine Shop Extension makes it easier to buy games from Steam |
ขนาดไฟล์ | 56.14 KB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2022-02-22 |
วันที่เผยแพร่ | 2020-03-31 |
คะแนน | 4.88/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://divineshop.vn/ |
URL หน้าช่วยเหลือ | https://divineshop.vn/ |
ภาษาที่รองรับ | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/app\/*", "https:\/\/store.steampowered.com\/sub\/*" ], "js": [ "content-script.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "description": "Divine Shop Extension makes it easier to buy games from Steam", "browser_action": { "default_icon": { "16": "divine-16.png", "46": "divine-48.png" } }, "icons": { "16": "divine-16.png", "48": "divine-48.png", "96": "divine-96.png", "128": "divine-128.png" }, "web_accessible_resources": [ "divine-24.png" ], "name": "Divine Shop Extension", "version": "1.0.7" } |