Project Centurion AG
Project Centurion AG
¿Qué es Project Centurion AG?
Project Centurion AG es una extensión de Chrome desarrollada por https://projectcenturion.com, y su función principal es "Project Centurion AG".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Project Centurion AG
Descarga archivos de extensión Project Centurion AG en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Project Centurion AG |
ID | gfmlilhophdchbdmihgdiphkkeeepecj |
URL Oficial | https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj |
Descripción | Project Centurion AG |
Tamaño del Archivo | 18.17 KB |
Cantidad de Instalaciones | 3,610 |
Versión Actual | 2.0 |
Última Actualización | 2019-07-09 |
Fecha de Publicación | 2019-07-08 |
Calificación | 3.67/5 Total de 12 Calificaciones |
Desarrollador | https://projectcenturion.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://projectcenturion.com/sg |
Idiomas Soportados | 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" } } |