xTrace

Web page browsing "anti-tracking" Chrome extension

What is xTrace?

xTrace is a Chrome extension developed by https://www.tripfe.cn, and its main feature is "Web page browsing "anti-tracking" Chrome extension".

Extension Screenshots

screenshot
screenshot

Download xTrace Extension CRX File

Download xTrace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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: 实现拦截和配置自定义脚本列表的基本功能                    

Extension Basic Information

Name xTrace xTrace
ID gnoegjcomgnaofcdeckopfoajfbboplb
Official URL https://chromewebstore.google.com/detail/xtrace/gnoegjcomgnaofcdeckopfoajfbboplb
Description Web page browsing "anti-tracking" Chrome extension
File Size 254 KB
Installation Count 2,000
Current Version 1.0.2
Last Updated 2020-11-11
Publish Date 2020-11-09
Rating 4.67/5 Total 3 Ratings
Developer https://www.tripfe.cn
Email [email protected]
Payment Type free
Extension Website https://www.tripfe.cn
Help Page URL https://www.tripfe.cn/messageboard/
Privacy Policy Page URL http://pages.trip.com/ServiceClause/en/index.html
Supported Languages 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
}