Cafebazaar APK Downloader
Generate download links for cafebazaar.ir Android apps
ما هو Cafebazaar APK Downloader؟
Cafebazaar APK Downloader هو إضافة Chrome تم تطويرها بواسطة Ali Borhani، والميزة الرئيسية لها هي "Generate download links for cafebazaar.ir Android apps".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cafebazaar APK Downloader
قم بتنزيل ملفات الامتداد Cafebazaar APK Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It generates download link for free android applications exist in cafebazaar.ir
معلومات أساسية عن التمديد
الاسم | Cafebazaar APK Downloader |
ID | imnogedkmanognaahdphhfhgehlfgdoh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cafebazaar-apk-downloader/imnogedkmanognaahdphhfhgehlfgdoh |
الوصف | Generate download links for cafebazaar.ir Android apps |
حجم الملف | 27.07 KB |
عدد التثبيتات | 1,598 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2022-06-07 |
تاريخ النشر | 2020-06-04 |
تقييم | 4.83/5 مجموع تقييمات 18 |
المطور | Ali Borhani |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |