Url Logging
Your Privacy is my priority :)
Apa itu Url Logging?
Url Logging adalah ekstensi Chrome yang dikembangkan oleh Esmaeil keshavarz, dan fitur utamanya adalah "Your Privacy is my priority :)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Url Logging
Unduh file ekstensi Url Logging dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | djffphnokodlhnclnnkcdkijanipbbbi |
URL Resmi | https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi |
Deskripsi | Your Privacy is my priority :) |
Ukuran File | 217 KB |
Jumlah Instalasi | 36 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2020-11-05 |
Tanggal Publikasi | 2020-10-26 |
Pengembang | Esmaeil keshavarz |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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", " |