PlayStation Web Store Enhancer
Adds game titles underneath the game icons and dark mode
什麼是PlayStation Web Store Enhancer?
PlayStation Web Store Enhancer是由naveedgol開發的Chrome擴展程式,該擴展的主要功能是“Adds game titles underneath the game icons and dark mode”。
擴展截圖
下載PlayStation Web Store Enhancer擴展crx文件
下載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 |
官方網址 | 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 } |