Project Centurion AG

Project Centurion AG

Cos'è Project Centurion AG?

Project Centurion AG è un'estensione di Chrome sviluppata da https://projectcenturion.com, e la sua funzione principale è "Project Centurion AG".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Project Centurion AG

Scarica i file di estensione Project Centurion AG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
URL Ufficiale https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Descrizione Project Centurion AG
Dimensione del File 18.17 KB
Conteggio Installazioni 3,610
Versione Corrente 2.0
Ultimo Aggiornamento 2019-07-09
Data di Pubblicazione 2019-07-08
Valutazione 3.67/5 Totale 12 Valutazioni
Sviluppatore https://projectcenturion.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://projectcenturion.com/sg
Lingue Supportate 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"
    }
}