shikicinema

Returns video player on Shikimori

shikicinema란 무엇입니까?

shikicinema은(는) https://smarthard.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Returns video player on Shikimori"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

shikicinema 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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

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

확장 프로그램 기본 정보

이름 shikicinema shikicinema
ID hmbjohbggdnlpmokjbholpgegcdbehjp
공식 URL https://chromewebstore.google.com/detail/shikicinema/hmbjohbggdnlpmokjbholpgegcdbehjp
설명 Returns video player on Shikimori
파일 크기 455 KB
설치 횟수 4,737
현재 버전 0.8.22
최근 업데이트 2024-03-01
출시 날짜 2020-06-09
평점 4.91/5 총 47 개의 평점
개발자 https://smarthard.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Smarthard/shikicinema
개인정보 보호 정책 페이지 URL https://github.com/Smarthard/shikicinema/blob/master/README.md
지원되는 언어 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"
    ]
}