App Store Deals

Displays the latest App Store Deals

Wat is App Store Deals?

App Store Deals is een Chrome-extensie ontwikkeld door https://appstor.news, en de belangrijkste functie is "Displays the latest App Store Deals".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie App Store Deals

Download App Store Deals-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam App Store Deals App Store Deals
ID imkflemgommpopkdhlholoombilhcmea
Officiële URL https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea
Beschrijving Displays the latest App Store Deals
Bestandsgrootte 278 KB
Aantal Installaties 1,156
Huidige Versie 1.1.8
Laatst Bijgewerkt 2020-09-12
Publicatiedatum 2017-06-08
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar https://appstor.news
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://appstor.news/
Ondersteunde Talen 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"
    ]
}