shikimori-ext

Video player for shikimori

什么是shikimori-ext?

shikimori-ext是由i.kalinin开发的Chrome扩展程序,该扩展的主要功能是“Video player for shikimori”。

扩展截图

screenshot

下载shikimori-ext扩展crx文件

下载shikimori-ext扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension adds "Watch" button directly to the anime page and provides a simple player using public APIs.

The app developer has nothing to do with the Shikimori owner. All video materials are stored on third-party servers in the public domain.                    

扩展基本信息

名称 shikimori-ext shikimori-ext
ID hiibdnpddilnbcffiphhpafhlajjkhok
官方URL https://chromewebstore.google.com/detail/shikimori-ext/hiibdnpddilnbcffiphhpafhlajjkhok
简介 Video player for shikimori
文件大小 88.83 KB
安装次数 636
当前版本 0.1.2
更新时间 2023-04-16
上架时间 2022-03-07
评分 4.42/5 共12次评分
开发者 i.kalinin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Rexagon/shikimori-ext
帮助页面URL https://github.com/Rexagon/shikimori-ext/issues
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "shikimori-ext",
    "description": "Video player for shikimori",
    "version": "0.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.shikimori.one\/*",
                "https:\/\/*.shikimori.me\/*"
            ],
            "css": [
                "inpage.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inpage.js",
                "watch.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}