Project Centurion AG
Project Centurion AG
Wat is Project Centurion AG?
Project Centurion AG is een Chrome-extensie ontwikkeld door https://projectcenturion.com, en de belangrijkste functie is "Project Centurion AG".
Extensie Screenshots
Download het CRX-bestand van de extensie Project Centurion AG
Download Project Centurion AG-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Project Centurion AG |
ID | gfmlilhophdchbdmihgdiphkkeeepecj |
Officiële URL | https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj |
Beschrijving | Project Centurion AG |
Bestandsgrootte | 18.17 KB |
Aantal Installaties | 3,610 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2019-07-09 |
Publicatiedatum | 2019-07-08 |
Beoordeling | 3.67/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://projectcenturion.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://projectcenturion.com/sg |
Ondersteunde Talen | 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" } } |