Babble

说都不会话了。

Babble là gì?

Babble là một tiện ích mở rộng Chrome được phát triển bởi babblebabblebabb, và tính năng chính của nó là "说都不会话了。".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Babble 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

                        Babble is a browser extension designed for easy end-to-end encryption,
specifically targeted at websites that do not provide native support for
encryption. With Babble, users can manage encryption keys and encrypt and
decrypt text using those keys. Babble assumes all websites are hostile, and
thus plaintext is always kept completely isolated from javascript running on the page.                    

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

Tên Babble Babble
ID jlennmkkaeaacimlocjokpiicngdmlpe
URL Chính Thức https://chromewebstore.google.com/detail/babble/jlennmkkaeaacimlocjokpiicngdmlpe
Mô tả 说都不会话了。
Kích Thước Tệp 395 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2019-11-02
Ngày Phát Hành 2019-10-31
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển babblebabblebabb
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Babble",
    "version": "0.2.1",
    "description": "\u8bf4\u90fd\u4e0d\u4f1a\u8bdd\u4e86\u3002",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "dist\/js\/background\/background.js",
            "dist\/js\/vendor.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "dist\/js\/content\/inject.js",
                "dist\/js\/vendor.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_popup": "dist\/html\/popup.html"
    },
    "options_page": "dist\/html\/options.html",
    "web_accessible_resources": [
        "dist\/html\/decrypt.html",
        "dist\/js\/web_accessible_resources\/decrypt.js"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+Z"
            }
        },
        "toggle-decryption": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Enter decryption picker mode"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        ""
    ]
}