App Store Deals
Displays the latest App Store Deals
Hvad er App Store Deals?
App Store Deals er en Chrome-udvidelse udviklet af https://appstor.news, og dens hovedfunktion er "Displays the latest App Store Deals".
Udvidelsesskærmbilleder
Download App Store Deals-udvidelses-CRX-fil
Download App Store Deals-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
A small extension that displays all recent price drops on iPhone, iPad and Mac apps in App Store and Mac App Store. Also there is a possibility to set alarm and receive notifications whenever an app you want goes on sale. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | imkflemgommpopkdhlholoombilhcmea |
| Officiel URL | https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea |
| Beskrivelse | Displays the latest App Store Deals |
| Filstørrelse | 278 KB |
| Antal Installationer | 1,156 |
| Nuværende Version | 1.1.8 |
| Senest Opdateret | 2020-09-12 |
| Udgivelsesdato | 2017-06-08 |
| Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
| Udvikler | https://appstor.news |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://appstor.news/ |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "App Store Deals",
"description": "Displays the latest App Store Deals",
"version": "1.1.8",
"options_page": "options.html",
"background": {
"persistent": false,
"page": "background.html"
},
"icons": {
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"browser_action": {
"default_icon": {
"16": "img\/icon16.png",
"24": "img\/icon24.png",
"32": "img\/icon32.png"
},
"default_title": "App Store Deals",
"default_popup": "popup.html"
},
"permissions": [
"alarms",
"http:\/\/appstor.news\/",
"https:\/\/appstor.news\/",
"https:\/\/itunes.apple.com\/",
"http:\/\/*.mzstatic.com\/",
"https:\/\/*.mzstatic.com\/",
"notifications",
"storage"
]
} | |