Shiki extender

Shiki extender

Расширение добавляет функционал для быстрого поиска аниме, манги и ранобе на сайт shikimori. Быстро переходи на любимые сайты.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Shiki extender",
  "description": "",
  "version": "1.0.4",
  "options_page": "index.html#options",
  "permissions": [
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "*.js.map",
    "http://185.189.13.136"
  ],
  "browser_action": {
    "default_title": "Shiki extender",
    "default_popup": "index.html#options?popup=true"
  },
  "content_scripts": [
    {
      "matches": [
        "*://shikimori.one/*",
        "*://shikimori.org/*"
      ],
      "css": [],
      "js": [
        "/js/executable/altWatcher-bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background-bundle.js"
    ]
  }
}