PlayStation Web Store Enhancer
Adds game titles underneath the game icons and dark mode
PlayStation Web Store Enhancerคืออะไร?
PlayStation Web Store Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย naveedgol และคุณลักษณะหลักของมันคือ "Adds game titles underneath the game icons and dark mode"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PlayStation Web Store Enhancer
ดาวน์โหลดไฟล์ส่วนขยาย PlayStation Web Store Enhancer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enhance the PlayStation web store experience with a dark mode and visible titles under game tiles.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PlayStation Web Store Enhancer |
ID | ojgghfcmdlmabkoomdckndndpdlapkhp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp |
คำอธิบาย | Adds game titles underneath the game icons and dark mode |
ขนาดไฟล์ | 60.83 KB |
จำนวนการติดตั้ง | 239 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-10-29 |
วันที่เผยแพร่ | 2020-10-28 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | naveedgol |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PlayStation Web Store Enhancer", "short_name": "PS Store Enhancer", "version": "1.1", "description": "Adds game titles underneath the game icons and dark mode", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/store.playstation.com\/*" ], "js": [ "contentScript.js" ] } ], "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ "dark.css" ], "manifest_version": 2 } |