Trace
A Chrome extension for web analytics
Co je Trace?
Trace je rozšíření Chrome vyvinuté L018, a jeho hlavní funkcí je „A Chrome extension for web analytics“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Trace
Stáhněte si soubory rozšíření Trace ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Trace |
ID | cfpdmpepieedplgjphncpgiipkcjennh |
Oficiální URL | https://chromewebstore.google.com/detail/trace/cfpdmpepieedplgjphncpgiipkcjennh |
Popis | A Chrome extension for web analytics |
Velikost souboru | 525 KB |
Počet instalací | 523 |
Aktuální Verze | 0.1 |
Poslední Aktualizace | 2022-04-03 |
Datum Vydání | 2022-04-02 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | L018 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/L018/Trace |
Podporované Jazyky | 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": [ " |