Cointimes

Cointimes

Ganhe bitcoin no seu dia a dia

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cointimes",
  "version": "2.1.3",
  "description": "Ganhe bitcoin no seu dia a dia",
  "externally_connectable": {
    "matches": [
      "*://*.coingoback.com/*"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "activeTab"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "images/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "youtube.js"
      ],
      "css": [
        "adblock/youtube.css"
      ],
      "matches": [
        "https://*.youtube.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "twitch.js"
      ],
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "run_at": "document_end"
    },
    {
      "css": [
        "adblock/google.css"
      ],
      "matches": [
        "https://*.google.com/*",
        "https://*.google.com.br/*"
      ],
      "run_at": "document_start"
    },
    {
      "css": [
        "adblock/all_urls.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "page.js"
      ],
      "css": [
        "page.css"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}