shikimori-ext

Video player for shikimori

shikimori-ext là gì?

shikimori-ext là một tiện ích mở rộng Chrome được phát triển bởi i.kalinin, và tính năng chính của nó là "Video player for shikimori".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng shikimori-ext

Tải xuống các tệp mở rộng shikimori-ext dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên shikimori-ext shikimori-ext
ID hiibdnpddilnbcffiphhpafhlajjkhok
URL Chính Thức https://chromewebstore.google.com/detail/shikimori-ext/hiibdnpddilnbcffiphhpafhlajjkhok
Mô tả Video player for shikimori
Kích Thước Tệp 88.83 KB
Số Lần Cài Đặt 636
Phiên Bản Hiện Tại 0.1.2
Cập Nhật Lần Cuối 2023-04-16
Ngày Phát Hành 2022-03-07
Đánh Giá 4.42/5 Tổng số 12 Đánh Giá
Nhà Phát Triển i.kalinin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Rexagon/shikimori-ext
URL Trang Trợ Giúp https://github.com/Rexagon/shikimori-ext/issues
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}