Url Logging

Your Privacy is my priority :)

什么是Url Logging?

Url Logging是由Esmaeil keshavarz开发的Chrome扩展程序,该扩展的主要功能是“Your Privacy is my priority :)”。

扩展截图

screenshot

下载Url Logging扩展crx文件

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

扩展使用说明

                        This is a URL(Domain) logging tool, which logs the surfed URLs and the duration of every one .
Of course private mode has been taken into consideration and private surfed URLs will not be logged.                    

扩展基本信息

名称 Url Logging Url Logging
ID djffphnokodlhnclnnkcdkijanipbbbi
官方URL https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi
简介 Your Privacy is my priority :)
文件大小 217 KB
安装次数 36
当前版本 1.3
更新时间 2020-11-05
上架时间 2020-10-26
开发者 Esmaeil keshavarz
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3",
    "name": "Url Logging",
    "description": "Your Privacy is my priority :)",
    "icons": {
        "16": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon400.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "activeTab",
        "contextMenus",
        ""
    ]
}