URL Super Logger
Extension to log and track URLS visited.
什麼是URL Super Logger?
URL Super Logger是由bkwcomputers開發的Chrome擴展程式,該擴展的主要功能是“Extension to log and track URLS visited.”。
擴展截圖
下載URL Super Logger擴展crx文件
下載URL Super Logger擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | dffkbhlncbbadjimioknoagiladkkcan |
官方網址 | https://chrome.google.com/webstore/detail/url-super-logger/dffkbhlncbbadjimioknoagiladkkcan |
簡介 | Extension to log and track URLS visited. |
檔案大小 | 35.54 KB |
安裝次數 | 13 |
目前版本 | 1.0.3 |
更新時間 | 2020-10-08 |
上架時間 | 2020-09-05 |
開發者 | bkwcomputers |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } } |