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 |
官方URL | 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" ] } } |