Dollar Eighty

With Dollar Eighty, you can grow your Instagram engagement while having fun.

ما هو Dollar Eighty؟

Dollar Eighty هو إضافة Chrome تم تطويرها بواسطة https://dollareighty.com، والميزة الرئيسية لها هي "With Dollar Eighty, you can grow your Instagram engagement while having fun.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Dollar Eighty

قم بتنزيل ملفات الامتداد Dollar Eighty بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة https://dollareighty.com/faqs/
عنوان صفحة سياسة الخصوصية 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"
}