URL Super Logger

Extension to log and track URLS visited.

Cos'è URL Super Logger?

URL Super Logger è un'estensione di Chrome sviluppata da bkwcomputers, e la sua funzione principale è "Extension to log and track URLS visited.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione URL Super Logger

Scarica i file di estensione URL Super Logger in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This app will send all visited URLs to an off-site server where the user can search those URLS.
This is handy for a parent who wants to monitor their child's web browsing.  The potential for blocking sites the parent wish the child not to visit is built in.                    

Informazioni di Base sull'Estensione

Nome URL Super Logger URL Super Logger
ID dffkbhlncbbadjimioknoagiladkkcan
URL Ufficiale https://chrome.google.com/webstore/detail/url-super-logger/dffkbhlncbbadjimioknoagiladkkcan
Descrizione Extension to log and track URLS visited.
Dimensione del File 35.54 KB
Conteggio Installazioni 13
Versione Corrente 1.0.3
Ultimo Aggiornamento 2020-10-08
Data di Pubblicazione 2020-09-05
Sviluppatore bkwcomputers
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "URL Super Logger",
    "description": "Extension to log and track URLS visited.",
    "version": "1.0.3",
    "manifest_version": 2,
    "icons": {
        "16": "stop-16.png",
        "128": "stop-128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "alarms",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'; script-src-elem http:\/\/siren.chickenkiller.com 'self' ",
    "background": {
        "scripts": [
            "blocked_domains.js",
            "background.js"
        ]
    }
}