Favorites for PS Store

Favorites for PS Store

什麼是Favorites for PS Store?

Favorites for PS Store是由Eugene開發的Chrome擴展程式,該擴展的主要功能是“Favorites for PS Store”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Favorites for PS Store擴展crx文件

下載Favorites for PS Store擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It help collect your personal game list in playstation store and check discount for them
How it work:
- open play station store
- find a game which you want to buy with discount and open a page with it
- wait a few seconds and you can see star icon next to the button
- click on this star icon and the game will be added to the list
- open extension and check prices for all games without visiting PS Store
- Enjoy with discounts!

You can switch between dark and light mode!

Change Log:

v1.2.4
- fix view for windows chrome

v1.2.3
- support localisation
- separate page for settings
- added filters
- remove star icon as an image and use icons from twitter bootstrap
- change icon view depends on is game in the list or no                    

擴展基本資訊

名稱 Favorites for PS Store Favorites for PS Store
ID eooekppmpfepgkckdinhlfkpjknfbido
官方網址 https://chromewebstore.google.com/detail/favorites-for-ps-store/eooekppmpfepgkckdinhlfkpjknfbido
簡介 Favorites for PS Store
檔案大小 154 KB
安裝次數 33
目前版本 1.2.6
更新時間 2020-11-19
上架時間 2020-11-11
評分 5.00/5 共 1 次評分
開發者 Eugene
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Favorites for PS Store",
    "description": "Favorites for PS Store",
    "version": "1.2.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.store.playstation.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "utils.js",
                "content.js"
            ],
            "css": [
                "bootstrap.min.css"
            ]
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "*:\/\/*.store.playstation.com\/*"
    ]
}