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 |
| Eメール | [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"
]
} | |