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
官方網址 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": [
                ""
            ]
        }
    ]
}