App Store Deals
Displays the latest App Store Deals
Co to jest App Store Deals?
App Store Deals to rozszerzenie Chrome opracowane przez https://appstor.news, a jego główną funkcją jest „Displays the latest App Store Deals”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia App Store Deals
Pobierz pliki rozszerzeń App Store Deals w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | imkflemgommpopkdhlholoombilhcmea |
| Oficjalny URL | https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea |
| Opis | Displays the latest App Store Deals |
| Rozmiar pliku | 278 KB |
| Liczba instalacji | 1,156 |
| Aktualna Wersja | 1.1.8 |
| Ostatnia Aktualizacja | 2020-09-12 |
| Data Publikacji | 2017-06-08 |
| Ocena | 4.20/5 Łącznie 5 Oceny |
| Deweloper | https://appstor.news |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://appstor.news/ |
| Obsługiwane Języki | 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"
]
} | |