DeleteBin

DeleteBin: Protect Your Privacy With Encrypted Temporary Messages

DeleteBinคืออะไร?

DeleteBin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://deletebin.org และคุณลักษณะหลักของมันคือ "DeleteBin: Protect Your Privacy With Encrypted Temporary Messages"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeleteBin

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

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

                        DeleteBin is a privacy tool that helps make the messages you share with others less permanent. You can easily share messages which are deleted upon retrieval. Message recipients only require a web browser and the ability to click a link. DeleteBin cannot read any messages because end-to-end encryption is used. All encrypted messages and server logs are automatically deleted. The source code is open source and available on GitHub for review. We do not gather any personal information and there is no account required.

Our browser extension offers some time-saving features such as quickly creating messages, a keyboard shortcut, context menu support, and more. If you are unfamiliar with DeleteBin, simply use our web site (https://deletebin.org/) to send a message and it should quickly be obvious if it can benefit you.  We hope you find DeleteBin useful and enjoy using it.

If you have questions, please be sure to check our FAQ at https://deletebin.org/faq/

If you think you have found a bug or have feedback, please let us know at https://deletebin.org/contact/

Cheers!
The DeleteBin Team
https://deletebin.org/                    

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

ชื่อ DeleteBin DeleteBin
ID eihojblccgjaijapakahplgikodjjdkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/deletebin/eihojblccgjaijapakahplgikodjjdkg
คำอธิบาย DeleteBin: Protect Your Privacy With Encrypted Temporary Messages
ขนาดไฟล์ 352 KB
จำนวนการติดตั้ง 26
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2021-09-19
วันที่เผยแพร่ 2021-09-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://deletebin.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://deletebin.org/
URL หน้าช่วยเหลือ https://deletebin.org/faq/
URL หน้านโยบายความเป็นส่วนตัว https://deletebin.org/privacy
ภาษาที่รองรับ id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DeleteBin",
    "description": "__MSG_extdesc__",
    "manifest_version": 2,
    "version": "0.0.4",
    "author": "DeleteBin and its band of merry misfits",
    "homepage_url": "https:\/\/deletebin.org",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "18": "icons\/icon-18.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "36": "icons\/icon-36.png",
            "38": "icons\/icon-38.png",
            "64": "icons\/icon-64.png"
        },
        "default_title": "DeleteBin",
        "default_popup": "encrypt.html?remember=1"
    },
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "default_locale": "en",
    "options_ui": {
        "page": "settings.html",
        "browser_style": false,
        "open_in_tab": true
    },
    "commands": {
        "_execute_browser_action": {
            "description": "Load DeleteBin",
            "suggested_key": {
                "default": "Alt+Shift+L",
                "mac": "MacCtrl+Shift+L"
            }
        }
    },
    "permissions": [
        "contextMenus",
        "storage",
        "clipboardWrite",
        "https:\/\/deletebin.org\/*"
    ]
}