Url Logging

Your Privacy is my priority :)

Was ist Url Logging?

Url Logging ist eine Chrome-Erweiterung, die von Esmaeil keshavarz entwickelt wurde, und ihr Hauptmerkmal ist "Your Privacy is my priority :)".

Erweiterungsscreenshots

screenshot

Url Logging-Erweiterungs-CRX-Datei herunterladen

Laden Sie Url Logging-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Url Logging Url Logging
ID djffphnokodlhnclnnkcdkijanipbbbi
Offizielle URL https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi
Beschreibung Your Privacy is my priority :)
Dateigröße 217 KB
Installationsanzahl 36
Aktuelle Version 1.3
Letztes Update 2020-11-05
Veröffentlichungsdatum 2020-10-26
Entwickler Esmaeil keshavarz
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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",
        ""
    ]
}