Shiki extender
Расширение добавляет функционал для быстрого поиска аниме, манги и ранобе на сайт shikimori. Быстро переходи на любимые сайты.…
What is Shiki extender?
Shiki extender is a Chrome extension developed by Timur Kh, and its main feature is "Расширение добавляет функционал для быстрого поиска аниме, манги и ранобе на сайт shikimori. Быстро переходи на любимые сайты.…".
Extension Screenshots
Download Shiki extender Extension CRX File
Download Shiki extender 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. Быстро переходи на любимые сайты. Добавляй и ищи новые сервисы.
Extension Basic Information
Name | Shiki extender |
ID | omonjfjfonodikianjjfdcdodjndnffe |
Official URL | https://chromewebstore.google.com/detail/shiki-extender/omonjfjfonodikianjjfdcdodjndnffe |
Description | Расширение добавляет функционал для быстрого поиска аниме, манги и ранобе на сайт shikimori. Быстро переходи на любимые сайты.… |
File Size | 534 KB |
Installation Count | 134 |
Current Version | 1.0.4 |
Last Updated | 2020-01-28 |
Publish Date | 2020-01-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | Timur Kh |
Payment Type | free |
Help Page URL | https://vk.com/shiki_ex |
Supported Languages | ru |
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" ] } } |