App Store Deals

Displays the latest App Store Deals

Was ist App Store Deals?

App Store Deals ist eine Chrome-Erweiterung, die von https://appstor.news entwickelt wurde, und ihr Hauptmerkmal ist "Displays the latest App Store Deals".

Erweiterungsscreenshots

screenshot

App Store Deals-Erweiterungs-CRX-Datei herunterladen

Laden Sie App Store Deals-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name App Store Deals App Store Deals
ID imkflemgommpopkdhlholoombilhcmea
Offizielle URL https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea
Beschreibung Displays the latest App Store Deals
Dateigröße 278 KB
Installationsanzahl 1,156
Aktuelle Version 1.1.8
Letztes Update 2020-09-12
Veröffentlichungsdatum 2017-06-08
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler https://appstor.news
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://appstor.news/
Unterstützte Sprachen 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"
    ]
}