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
Eメール [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": [
                ""
            ]
        }
    ]
}