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 |
Eメール | [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" ] } } |