shikicinema

Returns video player on Shikimori

shikicinema là gì?

shikicinema là một tiện ích mở rộng Chrome được phát triển bởi https://smarthard.net, và tính năng chính của nó là "Returns video player on Shikimori".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng shikicinema 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

                        Shikicinema имеет собственный архив видеозаписей, бережно перенесенный из дампа базы Shikimori. Тут есть все (или почти все) видео, которые были доступны на Шикимори, а те, которых нет - Вы можете добавить самостоятельно так же, как это было раньше.

Остались вопросы о работе аддона, есть предложения или жалобы?
Добро пожаловать на https://github.com/Smarthard/shikicinema.                    

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

Tên shikicinema shikicinema
ID hmbjohbggdnlpmokjbholpgegcdbehjp
URL Chính Thức https://chromewebstore.google.com/detail/shikicinema/hmbjohbggdnlpmokjbholpgegcdbehjp
Mô tả Returns video player on Shikimori
Kích Thước Tệp 455 KB
Số Lần Cài Đặt 4,737
Phiên Bản Hiện Tại 0.8.22
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2020-06-09
Đánh Giá 4.91/5 Tổng số 47 Đánh Giá
Nhà Phát Triển https://smarthard.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Smarthard/shikicinema
URL Trang Chính Sách Bảo Mật https://github.com/Smarthard/shikicinema/blob/master/README.md
Ngôn Ngữ Được Hỗ Trợ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "shikicinema",
    "version": "0.8.22",
    "icons": {
        "64": "assets\/icon64.png",
        "128": "assets\/icon128.png"
    },
    "description": "Returns video player on Shikimori",
    "content_security_policy": "default-src 'self'; img-src *; frame-src *; font-src *; style-src 'unsafe-inline' https:\/\/*.googleapis.com; connect-src https:\/\/kodikapi.com https:\/\/smarthard.net https:\/\/shikimori.org https:\/\/shikimori.one https:\/\/shikimori.me; script-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "id": "{78e6c1a5-0b68-4e13-a0ac-f3a7597cf220}"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/shikimori.org\/*",
                "*:\/\/shikimori.one\/*",
                "*:\/\/shikimori.me\/*"
            ],
            "js": [
                "shikicinema.js"
            ],
            "css": [
                "watch-button.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "assets\/*.png",
        "index.html",
        "styles.css",
        "*.js"
    ],
    "permissions": [
        "https:\/\/shikimori.org\/*",
        "https:\/\/shikimori.one\/*",
        "https:\/\/shikimori.me\/*",
        "https:\/\/smarthard.net\/*",
        "https:\/\/kodikapi.com\/*",
        "https:\/\/smotret-anime.online\/*",
        "storage",
        "unlimitedStorage",
        "tabs"
    ]
}