App Store Deals

Displays the latest App Store Deals

What is App Store Deals?

App Store Deals is a Chrome extension developed by https://appstor.news, and its main feature is "Displays the latest App Store Deals".

Extension Screenshots

screenshot

Download App Store Deals Extension CRX File

Download App Store Deals extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name App Store Deals App Store Deals
ID imkflemgommpopkdhlholoombilhcmea
Official URL https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea
Description Displays the latest App Store Deals
File Size 278 KB
Installation Count 1,156
Current Version 1.1.8
Last Updated 2020-09-12
Publish Date 2017-06-08
Rating 4.20/5 Total 5 Ratings
Developer https://appstor.news
Email [email protected]
Payment Type free
Extension Website https://appstor.news/
Supported Languages 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"
    ]
}