Reddit Soccer Threads
List /r/soccer match threads
Reddit Soccer Threadsคืออะไร?
Reddit Soccer Threads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prnyjn และคุณลักษณะหลักของมันคือ "List /r/soccer match threads"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Soccer Threads
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Soccer Threads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
reddit.com/r/soccer match threads, combined with the ability of https://reddit-stream.com/, are an amazing way to experience matches. This add-on lists the recent matches so that they are just a click away.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | gklbhaedbencbimiknkhnalncnnbblai |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai |
คำอธิบาย | List /r/soccer match threads |
ขนาดไฟล์ | 89.99 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-04 |
วันที่เผยแพร่ | 2019-03-04 |
ผู้พัฒนา | prnyjn |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/prnayjain/RedditSoccerThreads |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Soccer Threads", "version": "1.0", "description": "List \/r\/soccer match threads", "icons": { "48": "icons\/icon.png" }, "permissions": [ "identity", "cookies", "storage", "tabs", "https:\/\/www.reddit.com\/api\/v1\/access_token", "https:\/\/oauth.reddit.com\/*" ], "browser_action": { "default_title": "Reddit Soccer Threads", "default_popup": "popup\/popup.html", "default_icon": "icons\/icon.png" }, "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "short_name": "Soccer Threads" } |