Thunderbeam-Lightbeam for Chrome

Thunderbeam-Lightbeam for Chrome uses interactive visualizations to show users the relationship under third parties.

Thunderbeam-Lightbeam for Chromeคืออะไร?

Thunderbeam-Lightbeam for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rachel_hxh และคุณลักษณะหลักของมันคือ "Thunderbeam-Lightbeam for Chrome uses interactive visualizations to show users the relationship under third parties."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thunderbeam-Lightbeam for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Thunderbeam-Lightbeam for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        [We are working on the new extension to protect your privacy with GDPR: Please feel free to try our new extension: https://tiny.cc/rcm-chrome]

- Thunderbeam starts recording connections as soon as it's installed.

- To start visualizing your online interactions, open a new tab, navigate to a site, and then check back to the Thunderbeam tab.

- Thunderbeam is used for our research study. If you consent, and only if you consent, your browser data will be used for research. Please note that even for those who consent, no personal data belonging to the users will be used (and data is hashed to prevent re-identification); any data collected will be used only for the purposes of non-commercial research, and all data will be deleted after the research project completes.

- The code behind our plugin is completely open source on github for your inspection. We are happy to receive your feedback (pull requests/issues etc): https://github.com/socsys/Lightbeam_Chrome.

Acknowledgements:
- Our sincere thanks to the original version of thunderbeam, which is from Firefox (no longer supported, as of October,2019): https://support.mozilla.org/en-US/kb/lightbeam-extension-firefox-no-longer-supported

- Our thanks also to any users who choose to support us by sharing their data. Your work is contributing to our research. Here are some papers published by our study:
https://nms.kcl.ac.uk/netsys/datasets/tracking-the-trackers-papers/

- Updates: Our extension supports checking cookie synchronization from now on                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Thunderbeam-Lightbeam for Chrome Thunderbeam-Lightbeam for Chrome
ID hjkajeglckopdkbggdiajobpilgccgnj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/thunderbeam-lightbeam-for/hjkajeglckopdkbggdiajobpilgccgnj
คำอธิบาย Thunderbeam-Lightbeam for Chrome uses interactive visualizations to show users the relationship under third parties.
ขนาดไฟล์ 1.31 MB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 3.1.2
อัปเดตครั้งล่าสุด 2021-10-05
วันที่เผยแพร่ 2020-06-29
คะแนน 4.50/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Rachel_hxh
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://github.com/socsys/Lightbeam_Chrome
URL หน้านโยบายความเป็นส่วนตัว https://github.com/rachelkcl/Lightbeam_Chrome/blob/master/Privacy%20Policy.txt
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Thunderbeam-Lightbeam for Chrome",
    "version": "3.1.2",
    "description": "Thunderbeam-Lightbeam for Chrome uses interactive visualizations to show users the relationship under third parties.",
    "icons": {
        "48": "images\/lightbeam-48.png",
        "96": "images\/lightbeam-96.png"
    },
    "permissions": [
        "webRequest",
        "",
        "tabs",
        "cookies",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "images\/lightbeam-48.png",
        "default_title": "Thunderbeam-Chrome Lightbeam",
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "ext-libs\/dexie.js",
            "js\/store.js",
            "js\/capture.js",
            "js\/background.js"
        ]
    }
}