exSTATic

Completely automated reading statistics and tracking

exSTATic là gì?

exSTATic là một tiện ích mở rộng Chrome được phát triển bởi kamwithk, và tính năng chính của nó là "Completely automated reading statistics and tracking".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        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.                    

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

Tên exSTATic exSTATic
ID boabpbnobedbbggedmlnnlhmacialgac
URL Chính Thức https://chromewebstore.google.com/detail/exstatic/boabpbnobedbbggedmlnnlhmacialgac
Mô tả Completely automated reading statistics and tracking
Kích Thước Tệp 8.59 MB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.0.10
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2022-11-15
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển kamwithk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/KamWithK/exSTATic
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}