exSTATic

Completely automated reading statistics and tracking

Qu'est-ce que exSTATic ?

exSTATic est une extension Chrome développée par kamwithk, et sa fonction principale est "Completely automated reading statistics and tracking".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension exSTATic

Téléchargez les fichiers d'extension exSTATic au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom exSTATic exSTATic
ID boabpbnobedbbggedmlnnlhmacialgac
URL Officiel https://chromewebstore.google.com/detail/exstatic/boabpbnobedbbggedmlnnlhmacialgac
Description Completely automated reading statistics and tracking
Taille du Fichier 8.59 MB
Nombre d'Installations 44
Version Actuelle 0.0.10
Dernière Mise à Jour 2024-03-03
Date de Publication 2022-11-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur kamwithk
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/KamWithK/exSTATic
Langues Prises en Charge 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"
        }
    }
}