Safe Transaction

Secure your transaction

What is Safe Transaction?

Safe Transaction is a Chrome extension developed by BawAppie, and its main feature is "Secure your transaction".

Extension Screenshots

screenshot

Download Safe Transaction Extension CRX File

Download Safe Transaction extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        여러분의 거래를 안전하게 지켜드리는 Safe Transaction 브라우저 확장 프로그램입니다.  
이 확장 프로그램을 설치하면 일부 웹 사이트에서 강제되는 프로그램 설치 요구를 해제하고 웹 사이트를 이용할 수 있습니다.                    

Extension Basic Information

Name Safe Transaction Safe Transaction
ID hlknngdmefboagppfcddkbnnphbhdngk
Official URL https://chromewebstore.google.com/detail/safe-transaction/hlknngdmefboagppfcddkbnnphbhdngk
Description Secure your transaction
File Size 10.88 KB
Installation Count 228
Current Version 1.0.2
Last Updated 2024-02-24
Publish Date 2023-02-21
Rating 5.00/5 Total 15 Ratings
Developer BawAppie
Email [email protected]
Payment Type free
Extension Website https://github.com/Baw-Appie/SafeTransaction
Privacy Policy Page URL https://repo.co.kr/policy/PrivacyPolicy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Transaction",
    "description": "Secure your transaction",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}