App Store Deals

Displays the latest App Store Deals

什麼是App Store Deals?

App Store Deals是由https://appstor.news開發的Chrome擴展程式,該擴展的主要功能是“Displays the latest App Store Deals”。

擴展截圖

screenshot

下載App Store Deals擴展crx文件

下載App Store Deals擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 App Store Deals App Store Deals
ID imkflemgommpopkdhlholoombilhcmea
官方網址 https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea
簡介 Displays the latest App Store Deals
檔案大小 278 KB
安裝次數 1,156
目前版本 1.1.8
更新時間 2020-09-12
上架時間 2017-06-08
評分 4.20/5 共 5 次評分
開發者 https://appstor.news
電子郵箱 [email protected]
付費類型 free
擴展官網 https://appstor.news/
支援的語言 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"
    ]
}