Project Centurion AG
Project Centurion AG
Co je Project Centurion AG?
Project Centurion AG je rozšíření Chrome vyvinuté https://projectcenturion.com, a jeho hlavní funkcí je „Project Centurion AG“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Project Centurion AG
Stáhněte si soubory rozšíření Project Centurion AG ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Project Centurion AG |
ID | gfmlilhophdchbdmihgdiphkkeeepecj |
Oficiální URL | https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj |
Popis | Project Centurion AG |
Velikost souboru | 18.17 KB |
Počet instalací | 3,610 |
Aktuální Verze | 2.0 |
Poslední Aktualizace | 2019-07-09 |
Datum Vydání | 2019-07-08 |
Hodnocení | 3.67/5 Celkem 12 Hodnocení |
Vývojář | https://projectcenturion.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://projectcenturion.com/sg |
Podporované Jazyky | 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" } } |