Luminous: JavaScript events blocker
An experimental extension to identify, analyze and block code execution and event collection through JavaScript in your browser.
Luminous: JavaScript events blockerคืออะไร?
Luminous: JavaScript events blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gbaptista และคุณลักษณะหลักของมันคือ "An experimental extension to identify, analyze and block code execution and event collection through JavaScript in your browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Luminous: JavaScript events blocker
ดาวน์โหลดไฟล์ส่วนขยาย Luminous: JavaScript events blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We have amazing projects like Lightbeam, NoScript, ScriptSafe, uBlock Origin, HTTPS Everywhere and many others. All have the proposal to identify and/ or prevent the execution of questionable codes and requests. These tools are vital, but we inevitably need to make concessions to access many websites as we have a massive use of JavaScript on the web. When you access for example the Google Translate website, with a combo of 3 extensions (HTTPS Everywhere, uBlock Origin and ScriptSafe) and Luminous, we have the following result after a few moments: - 6 requests influenced by HTTPS Everywhere - 75 requests blocked by uBlock Origin - 4 items blocked by ScriptSafe - 7,6 thousand JavaScript executions detected by Luminous It’s about this number (7,6 thousand) that we are lost and with hands tied, it’s there that we do not know what happens and we still do not have the freedom to decide what can or can’t be executed. This is the main purpose of the project, filling this gap and being able to see and control what happens. As a side effect we end up also having an interesting tool that helps in JavaScript code developing process by giving us visibility about what is happening.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Luminous: JavaScript events blocker |
ID | baacpbikplogpeecclpnajnlghmcldkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/luminous-javascript-event/baacpbikplogpeecclpnajnlghmcldkb |
คำอธิบาย | An experimental extension to identify, analyze and block code execution and event collection through JavaScript in your browser. |
ขนาดไฟล์ | 377 KB |
จำนวนการติดตั้ง | 2,085 |
เวอร์ชันปัจจุบัน | 0.0.28 |
อัปเดตครั้งล่าสุด | 2019-09-14 |
วันที่เผยแพร่ | 2019-09-14 |
คะแนน | 4.88/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | gbaptista |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gbaptista.github.io/luminous/doc/en-US/ |
URL หน้าช่วยเหลือ | https://gbaptista.github.io/luminous/doc/en-US/ |
ภาษาที่รองรับ | en-US,es,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_manifestName__", "short_name": "Luminous", "description": "__MSG_manifestDescription__", "version": "0.0.28", "author": "Guilherme Baptista", "developer": { "name": "Guilherme Baptista", "url": "http:\/\/gbaptista.com" }, "default_locale": "en_US", "homepage_url": "https:\/\/gbaptista.github.io\/luminous\/doc\/en-US\/", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "images\/icons\/16.png", "20": "images\/icons\/20.png", "24": "images\/icons\/24.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png", "512": "images\/icons\/512.png" }, "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "32": "images\/icons\/32.png", "64": "images\/icons\/64.png" }, "default_popup": "html\/popup\/popup.html" }, "options_page": "html\/settings\/injection\/enabled.html", "sidebar_action": { "default_icon": { "16": "images\/icons\/16.png", "20": "images\/icons\/20.png", "24": "images\/icons\/24.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png", "256": "images\/icons\/256.png", "512": "images\/icons\/512.png" }, "default_title": "Luminous", "default_panel": "html\/logs\/logs.html?container=sidebar" }, "devtools_page": "html\/devtools\/devtools.html", "options_ui": { "page": "html\/settings\/injection\/enabled.html", "open_in_tab": true, "browser_style": false }, "content_scripts": [ { "run_at": "document_start", "matches": [ " |