Nekomori CH

Это расширение которое добавит кнопку 'смотреть' аниме на новый сайт Shikimori

What is Nekomori CH?

Nekomori CH is a Chrome extension developed by https://nekomori.ch, and its main feature is "Это расширение которое добавит кнопку 'смотреть' аниме на новый сайт Shikimori".

Extension Screenshots

screenshot
screenshot
screenshot

Download Nekomori CH Extension CRX File

Download Nekomori CH extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Шикимори #shikimori #Шикимори
Это расширение для браузеров на базе Chromium (Chrome), которое добавит кнопку смотреть на новый сайт https://shikimori.one                    

Extension Basic Information

Name Nekomori CH Nekomori CH
ID falogbneclkejhpplkgekcaciijgjjpm
Official URL https://chromewebstore.google.com/detail/nekomori-ch/falogbneclkejhpplkgekcaciijgjjpm
Description Это расширение которое добавит кнопку 'смотреть' аниме на новый сайт Shikimori
File Size 24.6 KB
Installation Count 4,759
Current Version 3.3
Last Updated 2019-12-08
Publish Date 2019-12-06
Rating 4.69/5 Total 85 Ratings
Developer https://nekomori.ch
Payment Type free
Extension Website https://vk.com/nekomorich
Help Page URL https://vk.com/nekomorich
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nekomori CH",
    "description": "\u042d\u0442\u043e \u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u043a\u043e\u0442\u043e\u0440\u043e\u0435 \u0434\u043e\u0431\u0430\u0432\u0438\u0442 \u043a\u043d\u043e\u043f\u043a\u0443 '\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c' \u0430\u043d\u0438\u043c\u0435 \u043d\u0430 \u043d\u043e\u0432\u044b\u0439 \u0441\u0430\u0439\u0442 Shikimori",
    "version": "3.3",
    "manifest_version": 2,
    "author": "LuckyCoder",
    "icons": {
        "32": "icons\/favicon-32.png",
        "48": "icons\/favicon-48.png",
        "96": "icons\/favicon-96.png",
        "192": "icons\/favicon-192.png"
    },
    "permissions": [
        "https:\/\/shikimori.one\/animes"
    ],
    "browser_action": {
        "default_title": "NekomoriCH",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/shikimori.one\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "index.html",
        "https:\/\/cdn.jsdelivr.net"
    ],
    "content_security_policy": "script-src 'self' https:\/\/cdn.jsdelivr.net 'unsafe-eval'; object-src 'self'"
}