Tai Sentry

Tai网页浏览数据统计拓展

Wat is Tai Sentry?

Tai Sentry is een Chrome-extensie ontwikkeld door noberumotto, en de belangrijkste functie is "Tai网页浏览数据统计拓展".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tai Sentry

Download Tai Sentry-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        这是专为Windows Tai应用提供的浏览器拓展,在使用Tai的浏览器统计功能时需要安装此拓展。                    

Basisinformatie over de Extensie

Naam Tai Sentry Tai Sentry
ID fmjgafoilnpanbpgdkljkjfjgainboim
Officiële URL https://chromewebstore.google.com/detail/tai-sentry/fmjgafoilnpanbpgdkljkjfjgainboim
Beschrijving Tai网页浏览数据统计拓展
Bestandsgrootte 30.05 KB
Aantal Installaties 1,000
Huidige Versie 0.1
Laatst Bijgewerkt 2023-10-26
Publicatiedatum 2023-10-26
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar noberumotto
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Planshit/Tai
Help Pagina-URL https://github.com/Planshit/Tai
URL van de Privacybeleid Pagina https://github.com/Planshit/Tai/blob/master/privacy.txt
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tai Sentry",
    "description": "Tai\u7f51\u9875\u6d4f\u89c8\u6570\u636e\u7edf\u8ba1\u62d3\u5c55",
    "version": "0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "116",
    "action": {
        "default_icon": "icons\/socket-inactive.png"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "permissions": [
        "tabs"
    ]
}