Freebitco.in Automated

Freebitco.in Automated

Automatically clicks 'Roll' to claim your hourly satoshi + claims the highest selected bonuses given the RP available.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Freebitco.in Automated",
  "version": "4.2.0",
  "description": "Automatically clicks 'Roll' to claim your hourly satoshi + claims the highest selected bonuses given the RP available.",
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "update_url": "https://github.com/nickisghosty/freebtc-autoroll/raw/master/updates.json"
    }
  },
  "icons": {
    "64": "icons/bitcoin-logo.png"
  },
  "browser_action": {
    "default_icon": "icons/bitcoin-logo.png",
    "default_title": "Freebitco.in Automated - NickisGhosty",
    "default_popup": "popup/popup.html",
    "browser_style": true
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "backgroundscript.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://freebitco.in/*"
      ],
      "js": [
        "browser-polyfill.js",
        "contentscript.js"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "*://freebitco.in/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}