Nekomori CH
Это расширение которое добавит кнопку 'смотреть' аниме на новый сайт Shikimori
Wat is Nekomori CH?
Nekomori CH is een Chrome-extensie ontwikkeld door https://nekomori.ch, en de belangrijkste functie is "Это расширение которое добавит кнопку 'смотреть' аниме на новый сайт Shikimori".
Extensie Screenshots
Download het CRX-bestand van de extensie Nekomori CH
Download Nekomori CH-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Шикимори #shikimori #Шикимори
Это расширение для браузеров на базе Chromium (Chrome), которое добавит кнопку смотреть на новый сайт https://shikimori.one Basisinformatie over de Extensie
| Naam | |
| ID | falogbneclkejhpplkgekcaciijgjjpm |
| Officiële URL | https://chromewebstore.google.com/detail/nekomori-ch/falogbneclkejhpplkgekcaciijgjjpm |
| Beschrijving | Это расширение которое добавит кнопку 'смотреть' аниме на новый сайт Shikimori |
| Bestandsgrootte | 24.6 KB |
| Aantal Installaties | 4,759 |
| Huidige Versie | 3.3 |
| Laatst Bijgewerkt | 2019-12-08 |
| Publicatiedatum | 2019-12-06 |
| Beoordeling | 4.69/5 Totaal 85 Beoordelingen |
| Ontwikkelaar | https://nekomori.ch |
| Betalingswijze | free |
| Extensiewebsite | https://vk.com/nekomorich |
| Help Pagina-URL | https://vk.com/nekomorich |
| Ondersteunde Talen | 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'"
} | |