Safe Transaction

Secure your transaction

Wat is Safe Transaction?

Safe Transaction is een Chrome-extensie ontwikkeld door BawAppie, en de belangrijkste functie is "Secure your transaction".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Safe Transaction

Download Safe Transaction-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Safe Transaction Safe Transaction
ID hlknngdmefboagppfcddkbnnphbhdngk
Officiële URL https://chromewebstore.google.com/detail/safe-transaction/hlknngdmefboagppfcddkbnnphbhdngk
Beschrijving Secure your transaction
Bestandsgrootte 10.88 KB
Aantal Installaties 228
Huidige Versie 1.0.2
Laatst Bijgewerkt 2024-02-24
Publicatiedatum 2023-02-21
Beoordeling 5.00/5 Totaal 15 Beoordelingen
Ontwikkelaar BawAppie
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Baw-Appie/SafeTransaction
URL van de Privacybeleid Pagina https://repo.co.kr/policy/PrivacyPolicy
Ondersteunde Talen 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"
    }
}