PlayStation Web Store Enhancer
Adds game titles underneath the game icons and dark mode
Cos'è PlayStation Web Store Enhancer?
PlayStation Web Store Enhancer è un'estensione di Chrome sviluppata da naveedgol, e la sua funzione principale è "Adds game titles underneath the game icons and dark mode".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PlayStation Web Store Enhancer
Scarica i file di estensione PlayStation Web Store Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Enhance the PlayStation web store experience with a dark mode and visible titles under game tiles. Informazioni di Base sull'Estensione
| Nome | |
| ID | ojgghfcmdlmabkoomdckndndpdlapkhp |
| URL Ufficiale | https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp |
| Descrizione | Adds game titles underneath the game icons and dark mode |
| Dimensione del File | 60.83 KB |
| Conteggio Installazioni | 239 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2020-10-29 |
| Data di Pubblicazione | 2020-10-28 |
| Valutazione | 4.40/5 Totale 5 Valutazioni |
| Sviluppatore | naveedgol |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |