Url Logging
Your Privacy is my priority :)
Vad är Url Logging?
Url Logging är en Chrome-tillägg utvecklad av Esmaeil keshavarz, och dess huvudfunktion är "Your Privacy is my priority :)".
Tilläggsskärmbilder
Ladda ner Url Logging-förlängningens CRX-fil
Ladda ner Url Logging-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | djffphnokodlhnclnnkcdkijanipbbbi |
Officiell webbadress | https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi |
Beskrivning | Your Privacy is my priority :) |
Filstorlek | 217 KB |
Antal Installationer | 36 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2020-11-05 |
Publiceringsdatum | 2020-10-26 |
Utvecklare | Esmaeil keshavarz |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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", " |