Dollar Eighty

Dollar Eighty

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

Merlin
Additional files are visible only to premium users

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