Project Centurion AG

Project Centurion AG

What is Project Centurion AG?

Project Centurion AG is a Chrome extension developed by https://projectcenturion.com, and its main feature is "Project Centurion AG".

Extension Screenshots

screenshot

Download Project Centurion AG Extension CRX File

Download Project Centurion AG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
Official URL https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Description Project Centurion AG
File Size 18.17 KB
Installation Count 3,610
Current Version 2.0
Last Updated 2019-07-09
Publish Date 2019-07-08
Rating 3.67/5 Total 12 Ratings
Developer https://projectcenturion.com
Email [email protected]
Payment Type free
Extension Website https://projectcenturion.com/sg
Supported Languages 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"
    }
}