CS.Money Antiscam

Extension protects from phishing and API scam.

CS.Money Antiscamคืออะไร?

CS.Money Antiscam เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CS.Money และคุณลักษณะหลักของมันคือ "Extension protects from phishing and API scam."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CS.Money Antiscam

ดาวน์โหลดไฟล์ส่วนขยาย CS.Money Antiscam ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Do you know about all types of scam? When was the last time you heard about skin loss? Are you sure you won't get scammed?

Many players had experienced how scam works the hard way. And others definitely heard about the scam threat. Even the most advanced users are vulnerable and get scammed from time to time. Our goal is to keep everyone safe.

Extension features:

- Detects scam sites in real time;
Our growing database has more than 2500 fraudulent sites. Thanks to our algorithm that analyzes sites in real time on a daily basis.

- Tracks & annihilates potential threats;
Over 90% of the scams end up with item loss. During your trades we'll make sure that all items are sent in the right place.

- Helps with advanced security tips;
For rare occasions when extension won't detect scam attempt on its own. Tips will keep your inventory safe.

Only you can protect your own items. And we're here to help. It's up to you!

- - -

Questions? Comments? Suggestions? Email us at [email protected]

Amplitude Analytics disclaimer:
The extension uses Amplitude Analytics to collect data in order to improve your user experience. If you want to disable Amplitude Analytics tracking, please turn it off at «Settings» tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CS.Money Antiscam CS.Money Antiscam
ID bocdepodnagbohblgjmooobalmcojkpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/csmoney-antiscam/bocdepodnagbohblgjmooobalmcojkpg
คำอธิบาย Extension protects from phishing and API scam.
ขนาดไฟล์ 9.39 MB
จำนวนการติดตั้ง 54,177
เวอร์ชันปัจจุบัน 1.20.3
อัปเดตครั้งล่าสุด 2022-06-10
วันที่เผยแพร่ 2020-05-28
คะแนน 4.07/5 รวมทั้งหมด 55 คะแนน
ผู้พัฒนา CS.Money
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cs.money/
URL หน้านโยบายความเป็นส่วนตัว https://cs.money/tos
ภาษาที่รองรับ en,es,pt-BR,pt-PT,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.20.3",
    "author": "Cdewe",
    "short_name": "CS.Money official portal verifier",
    "permissions": [
        "background",
        "storage",
        "tabs",
        "alarms",
        "webNavigation",
        "management",
        "cookies",
        "https:\/\/steamcommunity.com\/",
        "https:\/\/csgo.agency\/"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/extension-default.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/new.cs.money\/*",
                "https:\/\/cs.money\/*"
            ],
            "js": [
                "js\/detect.js"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/profiles\/*",
                "https:\/\/steamcommunity.com\/id\/*"
            ],
            "css": [
                "css\/steamrepAnalysis.css"
            ],
            "js": [
                "js\/steamrepAnalysis.js"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*\/tradeoffers\/*"
            ],
            "css": [
                "css\/p2pAnalysis.css",
                "css\/tradeOfferCardWarning.css"
            ],
            "js": [
                "js\/p2pAnalysis.js"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/tradeoffer\/*"
            ],
            "css": [
                "css\/tradeOfferAnalysis.css",
                "css\/p2pAnalysis.css",
                "css\/inventory.css"
            ],
            "js": [
                "js\/tradeOfferAnalysis.js",
                "js\/tradeInventories.js",
                "js\/p2pAnalysis.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/notify.css",
                "css\/popupWrapper.css"
            ],
            "js": [
                "js\/liveAnalysis.js",
                "js\/antiscamContentPopupHandler.js",
                "js\/insertAntiscamContentPopup.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/cs.money\/",
                "https:\/\/cs.money\/*",
                "https:\/\/*.cs.money\/",
                "https:\/\/*.cs.money\/*"
            ],
            "css": [
                "css\/fakeLogin.css"
            ],
            "js": [
                "js\/fakeLogin.js"
            ]
        },
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*\/inventory\/*",
                "https:\/\/steamcommunity.com\/*\/inventory"
            ],
            "js": [
                "js\/inventory.js"
            ],
            "css": [
                "css\/inventory.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/cs.money https:\/\/wiki.cs.money http:\/\/127.0.0.1:3000; object-src 'self'",
    "web_accessible_resources": [
        "img\/*.*",
        "icons\/*.*",
        "fonts\/*.*",
        "*.html"
    ]
}