URL Super Logger
Extension to log and track URLS visited.
ما هو URL Super Logger؟
URL Super Logger هو إضافة Chrome تم تطويرها بواسطة bkwcomputers، والميزة الرئيسية لها هي "Extension to log and track URLS visited.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة URL Super Logger
قم بتنزيل ملفات الامتداد URL Super Logger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } } |