Dollar Eighty
With Dollar Eighty, you can grow your Instagram engagement while having fun.
Dollar Eighty क्या है?
Dollar Eighty https://dollareighty.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With Dollar Eighty, you can grow your Instagram engagement while having fun."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dollar Eighty एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Dollar Eighty |
ID | ajckfhjmifofcjhdoeehppleanocdnmj |
आधिकारिक URL | https://chromewebstore.google.com/detail/dollar-eighty/ajckfhjmifofcjhdoeehppleanocdnmj |
विवरण | With Dollar Eighty, you can grow your Instagram engagement while having fun. |
फ़ाइल का आकार | 1.3 MB |
स्थापना संख्या | 11,342 |
वर्तमान संस्करण | 2024.1.54 |
अंतिम अपडेट | 2024-01-08 |
प्रकाशन तिथि | 2020-01-21 |
रेटिंग | 4.54/5 कुल 56 रेटिंग्स |
डेवलपर | https://dollareighty.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://dollareighty.com |
सहायता पृष्ठ URL | https://dollareighty.com/faqs/ |
गोपनीयता नीति पृष्ठ URL | https://support.dollareighty.com/privacy-policy |
समर्थित भाषाएँ | 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" } |