PlayStation Web Store Enhancer
Adds game titles underneath the game icons and dark mode
PlayStation Web Store Enhancer क्या है?
PlayStation Web Store Enhancer naveedgol द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds game titles underneath the game icons and dark mode"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PlayStation Web Store Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |