exSTATic

Completely automated reading statistics and tracking

exSTATic란 무엇입니까?

exSTATic은(는) kamwithk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Completely automated reading statistics and tracking"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        exSTATic aims to make it easy for language learners to immerse in their target language without sacrificing high quality progress tracking.
exSTATic is a new project currently in its early stages and so is currently focused on smoothening out the Visual Novel (VN) and Manga reading experience.                    

확장 프로그램 기본 정보

이름 exSTATic exSTATic
ID boabpbnobedbbggedmlnnlhmacialgac
공식 URL https://chromewebstore.google.com/detail/exstatic/boabpbnobedbbggedmlnnlhmacialgac
설명 Completely automated reading statistics and tracking
파일 크기 8.59 MB
설치 횟수 44
현재 버전 0.0.10
최근 업데이트 2024-03-03
출시 날짜 2022-11-15
평점 5.00/5 총 2 개의 평점
개발자 kamwithk
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/KamWithK/exSTATic
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "exSTATic",
    "version": "0.0.10",
    "description": "Completely automated reading statistics and tracking",
    "icons": {
        "100": "docs\/favicon_100x100.png",
        "500": "docs\/favicon.png"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/kamwithk.github.io\/exSTATic\/**.html",
        "file:\/\/\/*\/exSTATic\/**.html",
        "file:\/\/\/*\/fjiikigkdpahddfcembbapebejanfnhf\/**.html",
        "https:\/\/*\/Manga\/**.html",
        "file:\/\/\/**\/Manga\/**.html",
        "https:\/\/ttu-ebook.web.app\/**",
        "https:\/\/reader.ttsu.app\/**",
        "file:\/\/\/**\/ttu-ebook.web.app\/**",
        "file:\/\/\/**\/reader.ttsu.app\/**"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kamwithk.github.io\/exSTATic\/tracker.html",
                "file:\/\/\/*\/exSTATic\/*\/tracker.html",
                "file:\/\/\/*\/fjiikigkdpahddfcembbapebejanfnhf\/*\/tracker.html"
            ],
            "js": [
                "vn\/tracker_inject.js",
                "fonts.js"
            ],
            "css": [
                "docs\/fonts.css",
                "vn\/tracker_inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ttu-ebook.web.app\/**",
                "https:\/\/reader.ttsu.app\/**",
                "file:\/\/\/**\/ttu-ebook.web.app\/**",
                "file:\/\/\/**\/reader.ttsu.app\/**"
            ],
            "js": [
                "ttu\/ttu_inject.js",
                "fonts.js"
            ],
            "css": [
                "docs\/fonts.css",
                "ttu\/ttu_inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/Manga\/**.html",
                "file:\/\/\/**\/Manga\/**.html"
            ],
            "js": [
                "mokuro\/mokuro_inject.js",
                "fonts.js"
            ],
            "css": [
                "docs\/fonts.css",
                "mokuro\/mokuro_inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/kamwithk.github.io\/exSTATic\/stats.html",
                "file:\/\/\/*\/exSTATic\/*\/stats.html",
                "file:\/\/\/*\/fjiikigkdpahddfcembbapebejanfnhf\/*\/stats.html"
            ],
            "js": [
                "stats\/stats_inject.js",
                "fonts.js"
            ],
            "css": [
                "docs\/fonts.css",
                "stats\/stats_inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/kamwithk.github.io\/exSTATic\/settings.html",
                "file:\/\/\/*\/exSTATic\/*\/settings.html",
                "file:\/\/\/*\/fjiikigkdpahddfcembbapebejanfnhf\/*\/settings.html"
            ],
            "js": [
                "settings\/settings_inject.js",
                "fonts.js"
            ],
            "css": [
                "docs\/fonts.css",
                "settings\/settings_inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "100": "docs\/favicon_100x100.png",
            "500": "docs\/favicon.png"
        }
    }
}