Dollar Eighty
With Dollar Eighty, you can grow your Instagram engagement while having fun.
Qu'est-ce que Dollar Eighty ?
Dollar Eighty est une extension Chrome développée par https://dollareighty.com, et sa fonction principale est "With Dollar Eighty, you can grow your Instagram engagement while having fun.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Dollar Eighty
Téléchargez les fichiers d'extension Dollar Eighty au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Dollar Eighty |
ID | ajckfhjmifofcjhdoeehppleanocdnmj |
URL Officiel | https://chromewebstore.google.com/detail/dollar-eighty/ajckfhjmifofcjhdoeehppleanocdnmj |
Description | With Dollar Eighty, you can grow your Instagram engagement while having fun. |
Taille du Fichier | 1.3 MB |
Nombre d'Installations | 11,342 |
Version Actuelle | 2024.1.54 |
Dernière Mise à Jour | 2024-01-08 |
Date de Publication | 2020-01-21 |
Évaluation | 4.54/5 Total 56 Évaluations |
Développeur | https://dollareighty.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dollareighty.com |
URL de la Page d'Aide | https://dollareighty.com/faqs/ |
URL de la Page de Politique de Confidentialité | https://support.dollareighty.com/privacy-policy |
Langues Prises en Charge | 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" } |