PlayStation Web Store Enhancer

Adds game titles underneath the game icons and dark mode

PlayStation Web Store Enhancer là gì?

PlayStation Web Store Enhancer là một tiện ích mở rộng Chrome được phát triển bởi naveedgol, và tính năng chính của nó là "Adds game titles underneath the game icons and dark mode".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PlayStation Web Store Enhancer

Tải xuống các tệp mở rộng PlayStation Web Store Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Enhance the PlayStation web store experience with a dark mode and visible titles under game tiles.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PlayStation Web Store Enhancer PlayStation Web Store Enhancer
ID ojgghfcmdlmabkoomdckndndpdlapkhp
URL Chính Thức https://chromewebstore.google.com/detail/playstation-web-store-enh/ojgghfcmdlmabkoomdckndndpdlapkhp
Mô tả Adds game titles underneath the game icons and dark mode
Kích Thước Tệp 60.83 KB
Số Lần Cài Đặt 239
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-10-29
Ngày Phát Hành 2020-10-28
Đánh Giá 4.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển naveedgol
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}