Dollar Eighty

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

Dollar Eighty란 무엇입니까?

Dollar Eighty은(는) https://dollareighty.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With Dollar Eighty, you can grow your Instagram engagement while having fun."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Dollar Eighty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 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"
}