Color Match Scroll Firefox

Examine source code of Color Match Scroll

By: Sen
Inspect and view changes in Color Match Scroll source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Color Match Scroll",
  "version": "1.0",
  "description": "Cuộn trang để đổi màu nền; dừng đúng lúc màu trùng với màu mục tiêu sẽ ghi điểm.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{7090020d-c38e-4170-bc35-ba5bad02055c}"
    }
  }
}

Best Color Match Scroll Alternatives

Here are some Firefox add-ons that are similar to Color Match Scroll: