truster

Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.

truster là gì?

truster là một tiện ích mở rộng Chrome được phát triển bởi conand, và tính năng chính của nó là "Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng truster

Tải xuống các tệp mở rộng truster dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Websites often load assets (CSS, JS,..) hosted in AWS S3 buckets. Unfortunately, sometimes such buckets are misconfigured allowing unauthorized users to overwrite their files. This results in the possibility for attackers to inject malicious content (for instance malicious cryptomining JS) that gets delivered to the website's visitors. To protect from this threat, truster, communicating with our backend (https://bucketsec.necst.it/), verifies if the resources requested from the visited websites come from an untrusted, writable, bucket, preventing the loading of such resources.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên truster truster
ID eiiilcdomkafolppehfkjdaflcblakml
URL Chính Thức https://chromewebstore.google.com/detail/truster/eiiilcdomkafolppehfkjdaflcblakml
Mô tả Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.
Kích Thước Tệp 22.08 KB
Số Lần Cài Đặt 2,224
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-12-22
Ngày Phát Hành 2018-12-17
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển conand
Loại Thanh Toán free
Trang Web Mở Rộng https://bucketsec.necst.it/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "truster",
    "version": "0.1",
    "description": "Prevent the rendered web-pages from loading resources hosted in untrusted, writable S3 buckets.",
    "content_security_policy": "default-src 'self'; connect-src https:\/\/bucketsec.necst.it; style-src https:\/\/maxcdn.bootstrapcdn.com\/bootstrap\/",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ],
    "icons": {
        "16": "imgs\/icon_16.png",
        "32": "imgs\/icon_32.png",
        "48": "imgs\/icon_48.png",
        "128": "imgs\/icon_128.png"
    },
    "background": {
        "scripts": [
            "src\/background.js",
            "src\/sha256.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "imgs\/icon_16.png",
        "default_popup": "src\/popup.html",
        "default_title": "View blocked S3 resources"
    },
    "options_ui": {
        "page": "src\/options.html",
        "open_in_tab": false
    },
    "manifest_version": 2
}