Trace
A Chrome extension for web analytics
Wat is Trace?
Trace is een Chrome-extensie ontwikkeld door L018, en de belangrijkste functie is "A Chrome extension for web analytics".
Extensie Screenshots
Download het CRX-bestand van de extensie Trace
Download Trace-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
Trace is a Chrome extension for website analysis, the full name is "Trace Trace", aka T 次方. Trace can be used to help track most of the behavior of the website, not limited to the getting or setting of cookies, the creation and invocation of Elements, and the registration and monitoring of events; based on the hookProxy method, most properties and methods of windows and documents can be tracked. In addition, Trace can also complete Block request, JS injection, response flow, variable tracking and JS deobfuscation. Features 1. Track Cookies 2. Track Events 3. Track Objects 4. Script Injection 5. Block Requests 6. Variable Tracking 7. JS Deobfuscation 8. Response Flow Privacy No tracking, no advertising Source Code https://github.com/L018/Trace Bugs / Suggestions https://github.com/L018/Trace/issues License MIT License
Basisinformatie over de Extensie
Naam | Trace |
ID | cfpdmpepieedplgjphncpgiipkcjennh |
Officiële URL | https://chromewebstore.google.com/detail/trace/cfpdmpepieedplgjphncpgiipkcjennh |
Beschrijving | A Chrome extension for web analytics |
Bestandsgrootte | 525 KB |
Aantal Installaties | 523 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2022-04-03 |
Publicatiedatum | 2022-04-02 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | L018 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/L018/Trace |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trace", "description": "A Chrome extension for web analytics", "version": "0.1", "manifest_version": 3, "minimum_chrome_version": "93", "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "storage", "activeTab", "tabs", "webRequest", "declarativeNetRequest", "debugger" ], "host_permissions": [ " |