PlayStation Web Store Enhancer
Adds game titles underneath the game icons and dark mode
Vad är PlayStation Web Store Enhancer?
PlayStation Web Store Enhancer är en Chrome-tillägg utvecklad av naveedgol, och dess huvudfunktion är "Adds game titles underneath the game icons and dark mode".
Tilläggsskärmbilder
Ladda ner PlayStation Web Store Enhancer-förlängningens CRX-fil
Ladda ner PlayStation Web Store Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Enhance the PlayStation web store experience with a dark mode and visible titles under game tiles.
Grundläggande Information om Tillägg
Namn | PlayStation Web Store Enhancer |
ID | ojgghfcmdlmabkoomdckndndpdlapkhp |
Officiell webbadress | https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp |
Beskrivning | Adds game titles underneath the game icons and dark mode |
Filstorlek | 60.83 KB |
Antal Installationer | 239 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2020-10-29 |
Publiceringsdatum | 2020-10-28 |
Betyg | 4.40/5 Totalt 5 Betyg |
Utvecklare | naveedgol |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |