A3GIS - Web3 Scam Shield
Real-Time protection from scams. Community Powered.
What is A3GIS - Web3 Scam Shield?
A3GIS - Web3 Scam Shield is a Chrome extension developed by https://a3gis.io, and its main feature is "Real-Time protection from scams. Community Powered.".
Extension Screenshots
Download A3GIS - Web3 Scam Shield Extension CRX File
Download A3GIS - Web3 Scam Shield 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
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.*
Extension Basic Information
Name | A3GIS - Web3 Scam Shield |
ID | amncfglkdfkfjagciliapaeiikcocmej |
Official URL | https://chromewebstore.google.com/detail/a3gis-web3-scam-shield/amncfglkdfkfjagciliapaeiikcocmej |
Description | Real-Time protection from scams. Community Powered. |
File Size | 312 KB |
Installation Count | 172 |
Current Version | 0.0.0.3 |
Last Updated | 2022-09-14 |
Publish Date | 2022-08-04 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://a3gis.io |
[email protected] | |
Payment Type | free |
Extension Website | https://a3gis.io |
Privacy Policy Page URL | https://a3gis.io/privacy-policy |
Supported Languages | 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" } } |