Mannco.store Antiscam
Protect you from scammers
Mannco.store Antiscam là gì?
Mannco.store Antiscam là một tiện ích mở rộng Chrome được phát triển bởi https://mannco.store, và tính năng chính của nó là "Protect you from scammers".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mannco.store Antiscam
Tải xuống các tệp mở rộng Mannco.store Antiscam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Hello dear user, We’ve developed a Chrome Extension to make sure you’re safe while depositting your items on Mannco.store. We’ve seen a lot of people being scammed by fake bots of Mannco.store which shouldn’t happen. Therefore we oblige the use of this extension when depositting your items on Mannco.store to sell them for real cash. What does the Extension? - It detects if you have your API Key enabled on your Steam Account. If it’s enabled, chances are that someone has access over your account. When you deposit items to Mannco.store, Mannco.store will send you a trade request. What the Hijacker does is, he cancels that trade, he makes a new trade, accepts that trade and waits for you to accept it on your Mobile Authenticator. - When it detects that your API Key is enabled, a warning will pop-up when you try to deposit items to Mannco.store, and it will ask you to first remove the API Key before you’re able to deposit. Why has it been made? - We’ve seen to many of our customers being scammed by a hijacker who has control over their Steam Account which is totally unneccesary. This extension will make sure you won’t get scammed while depositting your items to Mannco.store. With the use of this extension, the Mannco.store Team wishes you a safe stay at https://mannco.store/!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mannco.store Antiscam |
ID | llbdehgkjokeodpffneagciojeegphdc |
URL Chính Thức | https://chromewebstore.google.com/detail/manncostore-antiscam/llbdehgkjokeodpffneagciojeegphdc |
Mô tả | Protect you from scammers |
Kích Thước Tệp | 47.57 KB |
Số Lần Cài Đặt | 6,008 |
Phiên Bản Hiện Tại | 1.7.8 |
Cập Nhật Lần Cuối | 2022-05-05 |
Ngày Phát Hành | 2021-07-31 |
Đánh Giá | 4.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | https://mannco.store |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://mannco.store/contact |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "scripts": [ "main\/background.js" ] }, "content_scripts": [ { "js": [ "main\/backpack.js" ], "matches": [ "https:\/\/backpack.tf\/profiles\/*" ], "run_at": "document_idle" }, { "js": [ "main\/content.js" ], "matches": [ "https:\/\/backpack.tf\/*" ] }, { "js": [ "main\/steam.js" ], "matches": [ "https:\/\/steamcommunity.com\/*\/tradeoffers\/" ], "run_at": "document_idle" }, { "js": [ "main\/steamProfile.js" ], "matches": [ "https:\/\/steamcommunity.com\/profiles\/*", "https:\/\/steamcommunity.com\/id\/*" ], "run_at": "document_idle" }, { "js": [ "main\/tradeoffer.js" ], "matches": [ "https:\/\/steamcommunity.com\/tradeoffer\/*" ] }, { "js": [ "main\/main.js" ], "matches": [ "https:\/\/mannco.store\/deposit", "https:\/\/steamcommunity.com\/dev\/apikey" ] } ], "web_accessible_resources": [ "main\/request.js", "main\/getDataUser.js", "images\/manncocircle.png", "images\/steamcollector.png" ], "description": "Protect you from scammers", "externally_connectable": { "matches": [ "https:\/\/mannco.store\/deposit", "https:\/\/steamcommunity.com\/dev\/apikey" ] }, "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvAZ0CLaAme96VD0PQdB7qGe6m6vQobbXZSsQPeVAlYpSakMsQopToIzxO4mQuPMrqBZJGWrhxzRls79LURAzeBjFTZoKuYNyUV23fYHoW02gPR\/1aHnWgf47Vvj9peJuKzmNU+SRCbe8VKl+gyr6WNgih5O20D+V9H6akYuZR5E+bhGAAymCZZL8aMjQR25bCARnuvUvOIX8\/271Hgvwx5DDvyBKR1U4SUlFMHSxijgyfaUe29WANz5941hE9x1pWnDNtGWRn3hfzkLjapx6bMsGERb+SXLhmL7FM9ISkXbQ3jxMLzjPc6L2duuKTniCD6gm35OjcRriUfzFgx5u7wIDAQAB", "manifest_version": 2, "name": "Mannco.store Antiscam", "permissions": [ "https:\/\/steamcommunity.com\/dev\/apikey", "storage" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.7.8" } |