Url Logging

Your Privacy is my priority :)

Co to jest Url Logging?

Url Logging to rozszerzenie Chrome opracowane przez Esmaeil keshavarz, a jego główną funkcją jest „Your Privacy is my priority :)”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Url Logging

Pobierz pliki rozszerzeń Url Logging w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Url Logging Url Logging
ID djffphnokodlhnclnnkcdkijanipbbbi
Oficjalny URL https://chrome.google.com/webstore/detail/url-logging/djffphnokodlhnclnnkcdkijanipbbbi
Opis Your Privacy is my priority :)
Rozmiar pliku 217 KB
Liczba instalacji 36
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2020-11-05
Data Publikacji 2020-10-26
Deweloper Esmaeil keshavarz
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        ""
    ]
}