Steam Youtube Links
This extension adds links to Youtube reviews and letsplays for the current viewed Steam page
Steam Youtube Linksคืออะไร?
Steam Youtube Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย svv และคุณลักษณะหลักของมันคือ "This extension adds links to Youtube reviews and letsplays for the current viewed Steam page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Youtube Links
ดาวน์โหลดไฟล์ส่วนขยาย Steam Youtube Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Steam Youtube Links |
ID | jlclghakcjifikmhafdeajldhfnjijen |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/steam-youtube-links/jlclghakcjifikmhafdeajldhfnjijen |
คำอธิบาย | This extension adds links to Youtube reviews and letsplays for the current viewed Steam page |
ขนาดไฟล์ | 31.14 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2017-05-25 |
วันที่เผยแพร่ | 2017-05-25 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | svv |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Youtube Links", "description": "__MSG_extension_name__", "version": "1.3", "default_locale": "en", "browser_action": { "default_icon": "images\/icons\/icon19.png", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "web_accessible_resources": [ "images\/*.png" ], "content_scripts": [ { "matches": [ "http:\/\/store.steampowered.com\/*", "https:\/\/store.steampowered.com\/*" ], "css": [ "bundle.css" ], "js": [ "bundle.js" ] } ], "permissions": [ "storage" ] } |