Appz
Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.
Cos'è Appz?
Appz è un'estensione di Chrome sviluppata da https://appz.com, e la sua funzione principale è "Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Appz
Scarica i file di estensione Appz in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | aifgjglpgobjdlkajigoehlkjadpppag |
URL Ufficiale | https://chrome.google.com/webstore/detail/appz/aifgjglpgobjdlkajigoehlkjadpppag |
Descrizione | Your Smart Personal Assistant for Instagram (tm). Now with multiple accounts support. |
Dimensione del File | 2.04 MB |
Conteggio Installazioni | 508 |
Versione Corrente | 4.2.5 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 4.28/5 Totale 25 Valutazioni |
Sviluppatore | https://appz.com |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://appz.com/faq/ |
URL della Pagina della Politica sulla Privacy | https://appz.com/privacy.aspx |
Lingue Supportate | 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" } |