Mikan
Enhance your mikanani.me experience
What is Mikan?
Mikan is a Chrome extension developed by Mikan Project, and its main feature is "Enhance your mikanani.me experience".
Extension Screenshots
Download Mikan Extension CRX File
Download Mikan 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
------------------------- 0.2更新 更新软件包 修复无法使用的问题。如果更新后还是无法使用,请尝试卸载后重新安装 ------------------------- 0.1更新 迁移所有代码至现代开发平台 移除浏览器通知功能 ------------------------- 0.0.6.1更新 更换Tracker链接 ------------------------- 提供订阅番组的快速浏览/下载功能
Extension Basic Information
Name | Mikan |
ID | igpgcpdedfdmfnmhociacnmaefbeeekj |
Official URL | https://chromewebstore.google.com/detail/mikan/igpgcpdedfdmfnmhociacnmaefbeeekj |
Description | Enhance your mikanani.me experience |
File Size | 16.14 MB |
Installation Count | 8,308 |
Current Version | 0.2.0 |
Last Updated | 2024-01-11 |
Publish Date | 2019-07-11 |
Rating | 4.83/5 Total 30 Ratings |
Developer | Mikan Project |
[email protected] | |
Payment Type | free |
Extension Website | https://mikanani.me |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mikan", "version": "0.2.0", "description": "Enhance your mikanani.me experience", "homepage_url": "https:\/\/mikanani.me", "browser_action": { "default_icon": ".\/assets\/icon128.png", "default_popup": ".\/src\/popup\/index.html" }, "background": { "page": ".\/src\/background\/index.html", "persistent": true }, "icons": { "16": ".\/assets\/icon16.png", "32": ".\/assets\/icon32.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "http:\/\/*.mikanani.me\/", "http:\/\/mikanani.me\/", "https:\/\/*.mikanani.me\/", "https:\/\/mikanani.me\/" ] } |