Project Centurion AG

Project Centurion AG

Was ist Project Centurion AG?

Project Centurion AG ist eine Chrome-Erweiterung, die von https://projectcenturion.com entwickelt wurde, und ihr Hauptmerkmal ist "Project Centurion AG".

Erweiterungsscreenshots

screenshot

Project Centurion AG-Erweiterungs-CRX-Datei herunterladen

Laden Sie Project Centurion AG-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
Offizielle URL https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Beschreibung Project Centurion AG
Dateigröße 18.17 KB
Installationsanzahl 3,610
Aktuelle Version 2.0
Letztes Update 2019-07-09
Veröffentlichungsdatum 2019-07-08
Bewertung 3.67/5 Insgesamt 12 Bewertungen
Entwickler https://projectcenturion.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://projectcenturion.com/sg
Unterstützte Sprachen 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"
    }
}