xTrace
Web page browsing "anti-tracking" Chrome extension
Wat is xTrace?
xTrace is een Chrome-extensie ontwikkeld door https://www.tripfe.cn, en de belangrijkste functie is "Web page browsing "anti-tracking" Chrome extension".
Extensie Screenshots
Download het CRX-bestand van de extensie xTrace
Download xTrace-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
xTrace is a web page browsing "anti-tracking" chrome extension, which can help you control the loading of website scripts and block those scripts you don't want to load. #### v1.0.2 - fix bug: 解决浏览器重启后,内置URL覆盖用户自定义URL的问题 #### v1.0.1 - feature: 修改Donate路由指向,将其交互封装在插件内部 - feature: 修改option与background的通信模式改为消息,去除直接页面引用 #### v1.0.0 - first release: 实现拦截和配置自定义脚本列表的基本功能
Basisinformatie over de Extensie
Naam | |
ID | gnoegjcomgnaofcdeckopfoajfbboplb |
Officiële URL | https://chromewebstore.google.com/detail/xtrace/gnoegjcomgnaofcdeckopfoajfbboplb |
Beschrijving | Web page browsing "anti-tracking" Chrome extension |
Bestandsgrootte | 254 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2020-11-11 |
Publicatiedatum | 2020-11-09 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.tripfe.cn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tripfe.cn |
Help Pagina-URL | https://www.tripfe.cn/messageboard/ |
URL van de Privacybeleid Pagina | http://pages.trip.com/ServiceClause/en/index.html |
Ondersteunde Talen | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "xTrace", "description": "Web page browsing \"anti-tracking\" Chrome extension", "version": "1.0.2", "permissions": [ "storage", "webRequest", "webRequestBlocking", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/xtrace16.png", "32": "images\/xtrace32.png", "48": "images\/xtrace48.png", "128": "images\/xtrace128.png" } }, "icons": { "16": "images\/xtrace16.png", "32": "images\/xtrace32.png", "48": "images\/xtrace48.png", "128": "images\/xtrace128.png" }, "manifest_version": 2 } |