Shikimori Online
The extension provides access to archive videos
What is Shikimori Online?
Shikimori Online is a Chrome extension developed by Shikimori, and its main feature is "The extension provides access to archive videos".
Extension Screenshots
Download Shikimori Online Extension CRX File
Download Shikimori Online 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
The extension provides access to archive videos. It is allow to choose episodes, kinds of video and authors.
Extension Basic Information
Name | Shikimori Online |
ID | cccmlacbdjnkflopkpjpflbmgielaeki |
Official URL | https://chromewebstore.google.com/detail/shikimori-online/cccmlacbdjnkflopkpjpflbmgielaeki |
Description | The extension provides access to archive videos |
File Size | 124 KB |
Installation Count | 224 |
Current Version | 1.0.0 |
Last Updated | 2019-08-03 |
Publish Date | 2019-08-03 |
Rating | 3.00/5 Total 6 Ratings |
Developer | Shikimori |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shikimori Online", "version": "1.0.0", "description": "The extension provides access to archive videos", "manifest_version": 2, "permissions": [ "activeTab", "declarativeContent", "storage", "*:\/\/*.githubusercontent.com\/*" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } } |