Favorites for PS Store
Favorites for PS Store
Was ist Favorites for PS Store?
Favorites for PS Store ist eine Chrome-Erweiterung, die von Eugene entwickelt wurde, und ihr Hauptmerkmal ist "Favorites for PS Store".
Erweiterungsscreenshots
Favorites for PS Store-Erweiterungs-CRX-Datei herunterladen
Laden Sie Favorites for PS Store-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eooekppmpfepgkckdinhlfkpjknfbido |
| Offizielle URL | https://chromewebstore.google.com/detail/favorites-for-ps-store/eooekppmpfepgkckdinhlfkpjknfbido |
| Beschreibung | Favorites for PS Store |
| Dateigröße | 154 KB |
| Installationsanzahl | 33 |
| Aktuelle Version | 1.2.6 |
| Letztes Update | 2020-11-19 |
| Veröffentlichungsdatum | 2020-11-11 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Eugene |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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\/*"
]
} | |