Reddit CS GO Trading Flair URL
This Google Chrome extension automatically turns whatever is in the post flair into a link.
Reddit CS GO Trading Flair URLคืออะไร?
Reddit CS GO Trading Flair URL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pjfontillas และคุณลักษณะหลักของมันคือ "This Google Chrome extension automatically turns whatever is in the post flair into a link."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit CS GO Trading Flair URL
ดาวน์โหลดไฟล์ส่วนขยาย Reddit CS GO Trading Flair URL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Nothing spectacular. Just makes browsing inventories more convenient.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jlcajcpakinfkpdhjiipeoejpobdpogo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo |
คำอธิบาย | This Google Chrome extension automatically turns whatever is in the post flair into a link. |
ขนาดไฟล์ | 442 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-09-11 |
วันที่เผยแพร่ | 2014-09-11 |
ผู้พัฒนา | pjfontillas |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit CS GO Trading Flair URL", "description": "This Google Chrome extension automatically turns whatever is in the post flair into a link.", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/r\/GlobalOffensiveTrade\/*" ], "js": [ "jquery.min.js", "autolink.js" ] } ], "web_accessible_resources": [ "jquery-1.10.2.min.map" ] } |