WebTrails by Avast Labs

Get insights about yourself through your browsing history.

什么是WebTrails by Avast Labs?

WebTrails by Avast Labs是由Avast Software开发的Chrome扩展程序,该扩展的主要功能是“Get insights about yourself through your browsing history.”。

扩展截图

screenshot

下载WebTrails by Avast Labs扩展crx文件

下载WebTrails by Avast Labs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Browsing History Reimagined 

Get insights about yourself through your browsing history. Avast History Viewer is 100% private. No data leaves your browser. No data is created or stored.

Avast History Viewer gives you a graphical view of the browsing history stored in your Chrome browser.

7 views and analyses help you understand your online behavior:

 - Habits
      - Times, days, and months when you are most active online
      - Most active sites
 - Social
      - Top connections
      - Most used networks
      - Most active times and days
 - Search
      - Top interests
      - Top keywords
 - Videos
      - Most popular videos and service
      - Time on videos
 - Locations
      - Where your information is coming from
 - History
      - List of all visits
 - Security
      - major security leak events affecting sites you have visited
      - private information at risk due to unsecured connections 

By installing this extension to your browser, you confirm you read and agree to Avast's Privacy Policy (https://www.avast.com/privacy-policy)  and End User License Agreement (https://www.avast.com/eula) which govern your download and use of the selected product.

Avast is 100% committed to user privacy, and as part of this commitment has made the WebTrails source code available for inspection under a creative commons license on GitHub: https://github.com/avast/webtrails                    

扩展基本信息

名称 WebTrails by Avast Labs WebTrails by Avast Labs
ID dpbbnpcoijgncncgkkfjibmhgaeflgaf
官方URL https://chromewebstore.google.com/detail/webtrails-by-avast-labs/dpbbnpcoijgncncgkkfjibmhgaeflgaf
简介 Get insights about yourself through your browsing history.
文件大小 2.13 MB
安装次数 2,169
当前版本 0.6
更新时间 2022-03-16
上架时间 2020-09-14
评分 4.83/5 共6次评分
开发者 Avast Software
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.avast.com/products-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebTrails by Avast Labs",
    "description": "Get insights about yourself through your browsing history.",
    "manifest_version": 2,
    "offline_enabled": true,
    "version": "0.6",
    "permissions": [
        "history"
    ],
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_name": "WebTrails",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "default-src 'self' 'unsafe-eval'; img-src * 'self' data: https:; style-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/api.opencagedata.com\/"
}