Project Centurion AG

Project Centurion AG

Vad är Project Centurion AG?

Project Centurion AG är en Chrome-tillägg utvecklad av https://projectcenturion.com, och dess huvudfunktion är "Project Centurion AG".

Tilläggsskärmbilder

screenshot

Ladda ner Project Centurion AG-förlängningens CRX-fil

Ladda ner Project Centurion AG-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Project Centurion AG Project Centurion AG
ID gfmlilhophdchbdmihgdiphkkeeepecj
Officiell webbadress https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj
Beskrivning Project Centurion AG
Filstorlek 18.17 KB
Antal Installationer 3,610
Aktuell Version 2.0
Senast Uppdaterad 2019-07-09
Publiceringsdatum 2019-07-08
Betyg 3.67/5 Totalt 12 Betyg
Utvecklare https://projectcenturion.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://projectcenturion.com/sg
Stödda Språk 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"
    }
}