Dollar Eighty
With Dollar Eighty, you can grow your Instagram engagement while having fun.
¿Qué es Dollar Eighty?
Dollar Eighty es una extensión de Chrome desarrollada por https://dollareighty.com, y su función principal es "With Dollar Eighty, you can grow your Instagram engagement while having fun.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Dollar Eighty
Descarga archivos de extensión Dollar Eighty en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Dollar Eighty Chrome Extension Widget. The Dollar Eighty Widget is an extension that automatically counts the number of comments you make on Instagram. The extension tracks the comments towards your $1.80 strategy so you can be consistent and grow your following. The Dollar Eighty Widget also displays all the active hashtags you have set in your Dollar Eighty dashboard, so you can quickly and conveniently toggle between relevant posts. Don't yet understand what the $1.80 strategy is? Learn more here: https://dollareighty.com/ Don't yet have a Dollar Eighty account? Sign up here: https://app.dollareighty.com/auth/signup **Please note:** all comments must be made on the Instagram website.
Información Básica de la Extensión
Nombre | Dollar Eighty |
ID | ajckfhjmifofcjhdoeehppleanocdnmj |
URL Oficial | https://chromewebstore.google.com/detail/dollar-eighty/ajckfhjmifofcjhdoeehppleanocdnmj |
Descripción | With Dollar Eighty, you can grow your Instagram engagement while having fun. |
Tamaño del Archivo | 1.3 MB |
Cantidad de Instalaciones | 11,342 |
Versión Actual | 2024.1.54 |
Última Actualización | 2024-01-08 |
Fecha de Publicación | 2020-01-21 |
Calificación | 4.54/5 Total de 56 Calificaciones |
Desarrollador | https://dollareighty.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://dollareighty.com |
URL de la Página de Ayuda | https://dollareighty.com/faqs/ |
URL de la Página de Política de Privacidad | https://support.dollareighty.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dollar Eighty", "short_name": "Dollar Eighty", "author": "DollarEighty.com", "description": "With Dollar Eighty, you can grow your Instagram engagement while having fun.", "manifest_version": 3, "background": { "service_worker": "background.js" }, "action": { "default_title": "Dollar Eighty" }, "icons": { "16": "img\/16.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "externally_connectable": { "matches": [ "https:\/\/app.dollareighty.com\/*" ] }, "permissions": [ "webRequest" ], "host_permissions": [ "*:\/\/*.instagram.com\/", "https:\/\/app.dollareighty.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/app.dollareighty.com\/*" ], "js": [ "dollareighty.js" ] }, { "run_at": "document_end", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "instagram.js" ], "css": [ "\/fonts\/avenir\/stylesheet.css" ] } ], "version": "2024.1.54" } |