App Store Deals
Displays the latest App Store Deals
Cos'è App Store Deals?
App Store Deals è un'estensione di Chrome sviluppata da https://appstor.news, e la sua funzione principale è "Displays the latest App Store Deals".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione App Store Deals
Scarica i file di estensione App Store Deals in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | imkflemgommpopkdhlholoombilhcmea |
| URL Ufficiale | https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea |
| Descrizione | Displays the latest App Store Deals |
| Dimensione del File | 278 KB |
| Conteggio Installazioni | 1,156 |
| Versione Corrente | 1.1.8 |
| Ultimo Aggiornamento | 2020-09-12 |
| Data di Pubblicazione | 2017-06-08 |
| Valutazione | 4.20/5 Totale 5 Valutazioni |
| Sviluppatore | https://appstor.news |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://appstor.news/ |
| Lingue Supportate | 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"
]
} | |