天竺鼠車車 Pui Pui Molcar

天竺鼠車車 Pui Pui Molcar

Pui! Pui!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "51.0"
    }
  },
  "manifest_version": 2,
  "name": "天竺鼠車車 Pui Pui Molcar",
  "version": "0.6.1",
  "description": "Pui! Pui!",
  "icons": {
    "48": "icons/icon48.png"
  },
  "web_accessible_resources": [
    "run.gif"
  ],
  "content_scripts": [
    {
      "match_about_blank": true,
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "css": [
        "molcar.css"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}