Project Centurion AG

Project Centurion AG

Qu'est-ce que Project Centurion AG ?

Project Centurion AG est une extension Chrome développée par https://projectcenturion.com, et sa fonction principale est "Project Centurion AG".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Project Centurion AG

Téléchargez les fichiers d'extension Project Centurion AG au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
URL Officiel https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Description Project Centurion AG
Taille du Fichier 18.17 KB
Nombre d'Installations 3,610
Version Actuelle 2.0
Dernière Mise à Jour 2019-07-09
Date de Publication 2019-07-08
Évaluation 3.67/5 Total 12 Évaluations
Développeur https://projectcenturion.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://projectcenturion.com/sg
Langues Prises en Charge 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"
    }
}