Appz
Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
Wat is Appz?
Appz is een Chrome-extensie ontwikkeld door https://appz.com, en de belangrijkste functie is "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.".
Extensie Screenshots
Download het CRX-bestand van de extensie Appz
Download Appz-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aifgjglpgobjdlkajigoehlkjadpppag |
Officiële URL | https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag |
Beschrijving | Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support. |
Bestandsgrootte | 2.04 MB |
Aantal Installaties | 508 |
Huidige Versie | 4.2.5 |
Laatst Bijgewerkt | 2019-03-08 |
Publicatiedatum | 2019-03-08 |
Beoordeling | 4.28/5 Totaal 25 Beoordelingen |
Ontwikkelaar | https://appz.com |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://appz.com/faq/ |
URL van de Privacybeleid Pagina | https://appz.com/privacy.aspx |
Ondersteunde Talen | 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" } |