Appz
Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
Was ist Appz?
Appz ist eine Chrome-Erweiterung, die von https://appz.com entwickelt wurde, und ihr Hauptmerkmal ist "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.".
Erweiterungsscreenshots
Appz-Erweiterungs-CRX-Datei herunterladen
Laden Sie Appz-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
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | aifgjglpgobjdlkajigoehlkjadpppag |
Offizielle URL | https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag |
Beschreibung | Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support. |
Dateigröße | 2.04 MB |
Installationsanzahl | 508 |
Aktuelle Version | 4.2.5 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 4.28/5 Insgesamt 25 Bewertungen |
Entwickler | https://appz.com |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://appz.com/faq/ |
URL der Datenschutzrichtlinien-Seite | https://appz.com/privacy.aspx |
Unterstützte Sprachen | 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" } |