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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | imkflemgommpopkdhlholoombilhcmea |
| 官方URL | 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"
]
} | |