Project Centurion AG

Project Centurion AG

Co to jest Project Centurion AG?

Project Centurion AG to rozszerzenie Chrome opracowane przez https://projectcenturion.com, a jego główną funkcją jest „Project Centurion AG”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Project Centurion AG

Pobierz pliki rozszerzeń Project Centurion AG w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
Oficjalny URL https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Opis Project Centurion AG
Rozmiar pliku 18.17 KB
Liczba instalacji 3,610
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-07-09
Data Publikacji 2019-07-08
Ocena 3.67/5 Łącznie 12 Oceny
Deweloper https://projectcenturion.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://projectcenturion.com/sg
Obsługiwane Języki 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"
    }
}