Manga LightView

Manga LightView

Разгружает интерфейс mangachan.ru (нажми F5 на странице с мангой)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Manga LightView",
  "version": "0.1.1",
  "description": "Разгружает интерфейс mangachan.ru (нажми F5 на странице с мангой)",
  "icons": {
    "128": "images/icons/icon128.png"
  },
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "http://mangachan.ru/online/*"
      ],
      "include_globs": [
        "http://mangachan.ru/online/*#page=*"
      ],
      "css": [
        "sources/styles.css"
      ],
      "js": [
        "sources/script.js"
      ]
    }
  ]
}