Favorites for PS Store

Favorites for PS Store

Τι είναι το Favorites for PS Store;

Το Favorites for PS Store είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Eugene, και η κύρια λειτουργία του είναι "Favorites for PS Store".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Favorites for PS Store

Λήψη αρχείων επέκτασης 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
Επίσημο URL 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\/*"
    ]
}