Url Logging
Your Privacy is my priority :)
What is Url Logging?
Url Logging is a Chrome extension developed by Esmaeil keshavarz, and its main feature is "Your Privacy is my priority :)".
Extension Screenshots
Download Url Logging Extension CRX File
Download Url Logging 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
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.
Extension Basic Information
Name | |
ID | djffphnokodlhnclnnkcdkijanipbbbi |
Official URL | https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi |
Description | Your Privacy is my priority :) |
File Size | 217 KB |
Installation Count | 36 |
Current Version | 1.3 |
Last Updated | 2020-11-05 |
Publish Date | 2020-10-26 |
Developer | Esmaeil keshavarz |
[email protected] | |
Payment Type | free |
Supported Languages | 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", " |