Url Logging
Your Privacy is my priority :)
Wat is Url Logging?
Url Logging is een Chrome-extensie ontwikkeld door Esmaeil keshavarz, en de belangrijkste functie is "Your Privacy is my priority :)".
Extensie Screenshots
Download het CRX-bestand van de extensie Url Logging
Download Url Logging-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
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.
Basisinformatie over de Extensie
Naam | |
ID | djffphnokodlhnclnnkcdkijanipbbbi |
Officiële URL | https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi |
Beschrijving | Your Privacy is my priority :) |
Bestandsgrootte | 217 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2020-11-05 |
Publicatiedatum | 2020-10-26 |
Ontwikkelaar | Esmaeil keshavarz |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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", " |