Project Centurion AG

Project Centurion AG

Hvad er Project Centurion AG?

Project Centurion AG er en Chrome-udvidelse udviklet af https://projectcenturion.com, og dens hovedfunktion er "Project Centurion AG".

Udvidelsesskærmbilleder

screenshot

Download Project Centurion AG-udvidelses-CRX-fil

Download Project Centurion AG-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
Officiel URL https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Beskrivelse Project Centurion AG
Filstørrelse 18.17 KB
Antal Installationer 3,610
Nuværende Version 2.0
Senest Opdateret 2019-07-09
Udgivelsesdato 2019-07-08
Bedømmelse 3.67/5 Samlet 12 Bedømmelser
Udvikler https://projectcenturion.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://projectcenturion.com/sg
Understøttede Sprog 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"
    }
}