Illya-chan

Illya-chan

Give's the old Illya-chan boost

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Illya-chan",
  "version": "1.3",
  "description": "Give's the old Illya-chan boost",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "christmasssssss.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "js": [
        "jquery.js",
        "youtube.js"
      ]
    },
    {
      "matches": [
        "https://*.mangadex.org/*"
      ],
      "js": [
        "jquery.js",
        "mangadex.js"
      ]
    },
    {
      "matches": [
        "https://*.stackoverflow.com/*"
      ],
      "js": [
        "jquery.js",
        "stackoverflow.js"
      ]
    },
    {
      "matches": [
        "https://myanimelist.net/anime/*"
      ],
      "js": [
        "jquery.js",
        "mal.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "sohappy.png",
    "themosthappy.png",
    "yumyumyum.png"
  ]
}