Project Centurion AG
Project Centurion AG
O que é Project Centurion AG?
Project Centurion AG é uma extensão do Chrome desenvolvida por https://projectcenturion.com, e sua principal característica é "Project Centurion AG".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Project Centurion AG
Baixe arquivos de extensão Project Centurion AG no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Project Centurion AG |
ID | gfmlilhophdchbdmihgdiphkkeeepecj |
URL Oficial | https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj |
Descrição | Project Centurion AG |
Tamanho do Arquivo | 18.17 KB |
Contagem de Instalações | 3,610 |
Versão Atual | 2.0 |
Última Atualização | 2019-07-09 |
Data de Publicação | 2019-07-08 |
Classificação | 3.67/5 Total de 12 Avaliações |
Desenvolvedor | https://projectcenturion.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://projectcenturion.com/sg |
Idiomas Suportados | 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" } } |