A3GIS - Web3 Scam Shield
Real-Time protection from scams. Community Powered.
A3GIS - Web3 Scam Shield란 무엇입니까?
A3GIS - Web3 Scam Shield은(는) https://a3gis.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Real-Time protection from scams. Community Powered."입니다.
확장 프로그램 스크린샷
A3GIS - Web3 Scam Shield 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A3GIS Browser Security - a cyber security solution for in-browser harmful site blocking. Our Community-Powered protection ensures you have the best shield against scams in Real Time. Protect yourself from scams by simply downloading the free A3GIS extension. 1. Blocks high risk sites automatically and notifies you. 2. Real-Time scam database powered by the community. 3. Scam sites and NFT collections are verified by our experienced team dedicated to uncovering and stopping the latest Web3 scams. Compatible with any blockchain including Solana and Ethereum. *Disclaimer*: *Risk scores are determined based on available data; a “high risk” rating does not guarantee that the site is a scam and a “low risk” rating does not guarantee safety.*
확장 프로그램 기본 정보
이름 | A3GIS - Web3 Scam Shield |
ID | amncfglkdfkfjagciliapaeiikcocmej |
공식 URL | https://chromewebstore.google.com/detail/a3gis-web3-scam-shield/amncfglkdfkfjagciliapaeiikcocmej |
설명 | Real-Time protection from scams. Community Powered. |
파일 크기 | 312 KB |
설치 횟수 | 172 |
현재 버전 | 0.0.0.3 |
최근 업데이트 | 2022-09-14 |
출시 날짜 | 2022-08-04 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://a3gis.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://a3gis.io |
개인정보 보호 정책 페이지 URL | https://a3gis.io/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "A3GIS - Web3 Scam Shield", "description": "Real-Time protection from scams. Community Powered.", "version": "0.0.0.3", "manifest_version": 3, "background": { "service_worker": "\/src\/scripts\/background.js", "type": "module" }, "permissions": [ "tabs", "storage" ], "host_permissions": [ "https:\/\/ext-worker.rugblocker.workers.dev\/" ], "action": { "default_popup": "\/src\/app.html", "default_icon": { "16": "\/images\/logo16gray.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |