Cafebazaar APK Downloader
Generate download links for cafebazaar.ir Android apps
Was ist Cafebazaar APK Downloader?
Cafebazaar APK Downloader ist eine Chrome-Erweiterung, die von Ali Borhani entwickelt wurde, und ihr Hauptmerkmal ist "Generate download links for cafebazaar.ir Android apps".
Erweiterungsscreenshots
Cafebazaar APK Downloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cafebazaar APK Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
It generates download link for free android applications exist in cafebazaar.ir
Grundlegende Informationen zur Erweiterung
Name | Cafebazaar APK Downloader |
ID | imnogedkmanognaahdphhfhgehlfgdoh |
Offizielle URL | https://chromewebstore.google.com/detail/cafebazaar-apk-downloader/imnogedkmanognaahdphhfhgehlfgdoh |
Beschreibung | Generate download links for cafebazaar.ir Android apps |
Dateigröße | 27.07 KB |
Installationsanzahl | 1,598 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2022-06-07 |
Veröffentlichungsdatum | 2020-06-04 |
Bewertung | 4.83/5 Insgesamt 18 Bewertungen |
Entwickler | Ali Borhani |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.0", "manifest_version": 3, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "scripting" ], "host_permissions": [ "https:\/\/cafebazaar.ir\/*" ], "action": { "default_icon": { "16": "images\/icon-16.png", "38": "images\/icon-38.png", "128": "images\/icon-128.png" }, "default_title": "Cafebazaar APK Downloader" } } |