RSS Link for Steam Product Pages
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
RSS Link for Steam Product Pagesคืออะไร?
RSS Link for Steam Product Pages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stefan.breitenstein และคุณลักษณะหลักของมันคือ "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RSS Link for Steam Product Pages
ดาวน์โหลดไฟล์ส่วนขยาย RSS Link for Steam Product Pages ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | RSS Link for Steam Product Pages |
ID | emdbljnfcnlahhfhnjfipdmbbakjadef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/rss-link-for-steam-produc/emdbljnfcnlahhfhnjfipdmbbakjadef |
คำอธิบาย | Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product |
ขนาดไฟล์ | 8.39 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-06-17 |
วันที่เผยแพร่ | 2020-06-16 |
ผู้พัฒนา | stefan.breitenstein |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RSS Link for Steam Product Pages", "version": "1.0.0", "description": "Inject a RSS Link the Steam Product Pages which redirects to the Steam Community RSS Feed from the current Product", "manifest_version": 2, "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/store.steampowered.com\/app\/*" ], "js": [ "index.js" ] } ] } |