Shikimori - смотреть онлайн
Shikimori `watch online` extension
What is Shikimori - смотреть онлайн?
Shikimori - смотреть онлайн is a Chrome extension developed by Aincrad, and its main feature is "Shikimori `watch online` extension".
Extension Screenshots
Download Shikimori - смотреть онлайн Extension CRX File
Download Shikimori - смотреть онлайн 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 на сервисы онлайн просмотра SmotretAnime и YummyAnime. Имя берется автоматически и, в большинстве случаев, переход происходит напрямую на страницу нужного аниме. P.S. Разработчик приложения не имеет никакого отношения к владельцу shikimori. Все видео материалы хранятся на сторонних серверах в открытом доступе. https://shikimori.one https://shikimori.org
Extension Basic Information
Name | |
ID | gpmdlalagapobipmehfodfocoaglnbbm |
Official URL | https://chrome.google.com/webstore/detail/gpmdlalagapobipmehfodfocoaglnbbm |
Description | Shikimori `watch online` extension |
File Size | 5.53 MB |
Installation Count | 996 |
Current Version | 0.1.5 |
Last Updated | 2020-10-02 |
Publish Date | 2020-06-18 |
Rating | 3.33/5 Total 9 Ratings |
Developer | Aincrad |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shikimori - \u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043e\u043d\u043b\u0430\u0439\u043d", "short_name": "Shikimori - online", "description": "Shikimori `watch online` extension", "version": "0.1.5", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/shikimori.org\/*", "*:\/\/shikimori.one\/*" ], "run_at": "document_start", "js": [ "contentScript.js" ], "all_frames": true } ], "permissions": [ "activeTab", "storage", "tabs", "https:\/\/shikimori.one\/*", "https:\/\/shikimori.org\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": "images\/title.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.googletagmanager.com https:\/\/www.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "contentScript.js", "injected.js" ], "icons": { "16": "images\/title_16.png", "48": "images\/title_48.png", "128": "images\/title_128.png" } } |