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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
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"
}