Console Deals to Reddit
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
Console Deals to Redditคืออะไร?
Console Deals to Reddit เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://kpumuk.info และคุณลักษณะหลักของมันคือ "Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Console Deals to Reddit
ดาวน์โหลดไฟล์ส่วนขยาย Console Deals to Reddit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fikkacgplacdmjlgegmjdaegegefeofk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/fikkacgplacdmjlgegmjdaegegefeofk |
คำอธิบาย | Go to PlayStation sale page or XBox Deals with Gold page, click the button, copy Reddit formatted post. |
ขนาดไฟล์ | 46.79 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 0.6.2 |
อัปเดตครั้งล่าสุด | 2018-08-17 |
วันที่เผยแพร่ | 2018-08-17 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://kpumuk.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/kpumuk/console-deals-chrome-ext |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Console Deals to Reddit", "version": "0.6.2", "content_scripts": [ { "matches": [ "https:\/\/store.playstation.com\/*", "https:\/\/www.xbox.com\/*" ], "js": [ "jquery-3.2.1.min.js", "content.js" ] } ], "page_action": { "default_icon": "img\/icon-128x128.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon-128x128.png" }, "permissions": [ "declarativeContent" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |