Project Centurion AG

Project Centurion AG

Τι είναι το Project Centurion AG;

Το Project Centurion AG είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://projectcenturion.com, και η κύρια λειτουργία του είναι "Project Centurion AG".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Project Centurion AG

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

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

                        Allows the captcha to display on https://projectcenturion.com/sg

Addon allows the steam website to display in an iframe on the webpage by setting headers on https://projectcenturion.com/sg

This addon is required because the steam website is usually unable to be displayed in an iframe, but this is needed to show the captcha.                    

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

Όνομα Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
Επίσημο URL https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Περιγραφή Project Centurion AG
Μέγεθος Αρχείου 18.17 KB
Αριθμός Εγκαταστάσεων 3,610
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2019-07-09
Ημερομηνία Δημοσίευσης 2019-07-08
Αξιολόγηση 3.67/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής https://projectcenturion.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://projectcenturion.com/sg
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Project Centurion AG",
    "description": "Project Centurion AG",
    "version": "2.0",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/store.steampowered.com\/join\/",
        "https:\/\/projectcenturion.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/store.steampowered.com\/join\/"
            ],
            "js": [
                "injected.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "16.png",
        "32": "32.png"
    }
}