Steam Anti-Scam Project

The Project should help the User to get not scammed.

Τι είναι το Steam Anti-Scam Project;

Το Steam Anti-Scam Project είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://steam-antiscam.eu, και η κύρια λειτουργία του είναι "The Project should help the User to get not scammed.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Steam Anti-Scam Project

Λήψη αρχείων επέκτασης Steam Anti-Scam Project σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        The Tool tries to help people to get not scammed on the platform Steam. And it also improves Trading because you can automatically block/ignore suspicious Steam Users.
This Extension will only work if you're logged in in Steam with your Chrome browser, otherwise it will not have the rights to check your friend requests!

Current Features: 
- Block/Ignore Steam Users (automatically) with
    -- private profile
    -- private inventory
    -- trade ban
    -- community ban
    -- low steam level
    -- special names
- Block/Ignore Scammers of Database
- Warnings on csgolounge.com
- Remove suspicious links on csgoulounge.com

Planned Features:
- List with verified Trader/Middlemen
- Report Scammer
- Csgolounge/Dota2lounge Anti-Scam
- some other little things                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Steam Anti-Scam Project Steam Anti-Scam Project
ID cgblflmbnloiehglnomemjkhpeebbgfl
Επίσημο URL https://chromewebstore.google.com/detail/steam-anti-scam-project/cgblflmbnloiehglnomemjkhpeebbgfl
Περιγραφή The Project should help the User to get not scammed.
Μέγεθος Αρχείου 57.58 KB
Αριθμός Εγκαταστάσεων 450
Τρέχουσα Έκδοση 0.4.0.3
Τελευταία Ενημέρωση 2022-08-23
Ημερομηνία Δημοσίευσης 2016-02-16
Αξιολόγηση 4.54/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής https://steam-antiscam.eu
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://steam-antiscam.eu
Διεύθυνση URL της Σελίδας Βοήθειας http://steam-antiscam.eu/faq
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "scripts": [
            "jquery-1.11.3.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "steam.png",
        "default_popup": "settings.html"
    },
    "content_scripts": [
        {
            "css": [
                "profov.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "profov.js"
            ],
            "matches": [
                "http:\/\/steamcommunity.com\/profiles\/*",
                "http:\/\/www.steamcommunity.com\/profiles\/*",
                "http:\/\/www.steamcommunity.com\/id\/*",
                "http:\/\/steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/profiles\/*",
                "https:\/\/www.steamcommunity.com\/profiles\/*",
                "https:\/\/www.steamcommunity.com\/id\/*",
                "https:\/\/steamcommunity.com\/id\/*"
            ]
        },
        {
            "css": [
                "loungec.css"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "loungec.js"
            ],
            "matches": [
                "*:\/\/*.csgolounge.com\/trade?t=*"
            ]
        }
    ],
    "description": "The Project should help the User to get not scammed.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "19": "icon19.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAniXs1bCzagQyhBrxJAM8V80Js+TWSR2Ac0rtM+2HnV520d\/hm50PO5zeRNqa16x9uK6U444A2SOCl7uvQRIx\/g8GEOwZd9pEjfAFK\/BXea10fJE9yFxkjJ8cJXUF0N7vfzw+mvuhhGWRRdmtWUb4ZVco4+AAzmPUcy1YMmWJ4Otyzoh8gxZYupyZp60xBCm4aWhJmPk0jhoCoOQbA87N+gO5mqqSfv4SAbeg5DOIkSfxM046bX9Bx8UbYsHkG+qknXOrBZ3IF6vyj6H\/QE6xRpNGoEI8G6C365Oq3Cv3vwXcxtX98ufWFnWLwuMDW9ElhdqHpADNzsGvxhj1kxXBZQIDAQAB",
    "manifest_version": 2,
    "name": "Steam Anti-Scam Project",
    "permissions": [
        "*:\/\/*.steam-antiscam.eu\/*",
        "*:\/\/*.csgolounge.com\/*",
        "*:\/\/*.dota2lounge.com\/*",
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/steamrep.com\/*",
        "unlimitedStorage",
        "background",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.0.3"
}