PlayStation Web Store Enhancer
Adds game titles underneath the game icons and dark mode
What is PlayStation Web Store Enhancer?
PlayStation Web Store Enhancer is a Chrome extension developed by naveedgol, and its main feature is "Adds game titles underneath the game icons and dark mode".
Extension Screenshots
Download PlayStation Web Store Enhancer Extension CRX File
Download PlayStation Web Store Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enhance the PlayStation web store experience with a dark mode and visible titles under game tiles.
Extension Basic Information
Name | PlayStation Web Store Enhancer |
ID | ojgghfcmdlmabkoomdckndndpdlapkhp |
Official URL | https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp |
Description | Adds game titles underneath the game icons and dark mode |
File Size | 60.83 KB |
Installation Count | 239 |
Current Version | 1.1 |
Last Updated | 2020-10-29 |
Publish Date | 2020-10-28 |
Rating | 4.40/5 Total 5 Ratings |
Developer | naveedgol |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |