Project Centurion AG

Project Centurion AG

Project Centurion AG란 무엇입니까?

Project Centurion AG은(는) https://projectcenturion.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Project Centurion AG"입니다.

확장 프로그램 스크린샷

screenshot

Project Centurion AG 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
공식 URL https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
설명 Project Centurion AG
파일 크기 18.17 KB
설치 횟수 3,610
현재 버전 2.0
최근 업데이트 2019-07-09
출시 날짜 2019-07-08
평점 3.67/5 총 12 개의 평점
개발자 https://projectcenturion.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://projectcenturion.com/sg
지원되는 언어 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"
    }
}