Slowly, Chicken

Slowly, Chicken

Slowly chickens your websites over time.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Slowly, Chicken",
  "version": "0.0.2",
  "description": "Slowly chickens your websites over time.",
  "icons": {
    "128": "./assets/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/",
        "<all_urls>"
      ],
      "js": [
        "background.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ]
}