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.”。
擴展截圖
下載Dollar Eighty擴展crx文件
下載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 |
ID | ajckfhjmifofcjhdoeehppleanocdnmj |
官方網址 | 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" } |