Url Logging

Your Privacy is my priority :)

Hvad er Url Logging?

Url Logging er en Chrome-udvidelse udviklet af Esmaeil keshavarz, og dens hovedfunktion er "Your Privacy is my priority :)".

Udvidelsesskærmbilleder

screenshot

Download Url Logging-udvidelses-CRX-fil

Download Url Logging-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Url Logging Url Logging
ID djffphnokodlhnclnnkcdkijanipbbbi
Officiel URL https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi
Beskrivelse Your Privacy is my priority :)
Filstørrelse 217 KB
Antal Installationer 36
Nuværende Version 1.3
Senest Opdateret 2020-11-05
Udgivelsesdato 2020-10-26
Udvikler Esmaeil keshavarz
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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",
        ""
    ]
}