Url Logging
Your Privacy is my priority :)
Cos'è Url Logging?
Url Logging è un'estensione di Chrome sviluppata da Esmaeil keshavarz, e la sua funzione principale è "Your Privacy is my priority :)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Url Logging
Scarica i file di estensione Url Logging in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | djffphnokodlhnclnnkcdkijanipbbbi |
URL Ufficiale | https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi |
Descrizione | Your Privacy is my priority :) |
Dimensione del File | 217 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2020-11-05 |
Data di Pubblicazione | 2020-10-26 |
Sviluppatore | Esmaeil keshavarz |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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", " |