Appz
Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
ما هو Appz؟
Appz هو إضافة Chrome تم تطويرها بواسطة https://appz.com، والميزة الرئيسية لها هي "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Appz
قم بتنزيل ملفات الامتداد Appz بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Appz is Your Smart Personal Assistant for Instagram ™ Appz is a plugin that runs on Google Chrome browser on your desktop computer. Appz can auto-like, auto-comment, auto-follow and auto-unfollow on your behalf based on your interested hashtags. It's simple, more engagement equals more followers.
معلومات أساسية عن التمديد
الاسم | |
ID | aifgjglpgobjdlkajigoehlkjadpppag |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag |
الوصف | Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support. |
حجم الملف | 2.04 MB |
عدد التثبيتات | 508 |
النسخة الحالية | 4.2.5 |
آخر تحديث | 2019-03-08 |
تاريخ النشر | 2019-03-08 |
تقييم | 4.28/5 مجموع تقييمات 25 |
المطور | https://appz.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://appz.com/faq/ |
عنوان صفحة سياسة الخصوصية | https://appz.com/privacy.aspx |
اللغات المدعومة | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/jquery-3.3.1.min.js", "js\/signalr.min.js", "js\/shared.js", "singlesession.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "Appz", "default_popup": "appz.html" }, "content_scripts": [ { "all_frames": true, "js": [ "appdash.js" ], "matches": [ "https:\/\/appz.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'", "description": "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.", "icons": { "128": "icon128.png" }, "manifest_version": 2, "name": "Appz", "permissions": [ "contextMenus", "cookies", "storage", "tabs", "https:\/\/*.instagram.com\/*", "https:\/\/.instagram.com\/", "*:\/\/localhost\/", "webRequest", "webRequestBlocking", "webNavigation" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "4.2.5" } |