Project Centurion AG
Project Centurion AG
Apa itu Project Centurion AG?
Project Centurion AG adalah ekstensi Chrome yang dikembangkan oleh https://projectcenturion.com, dan fitur utamanya adalah "Project Centurion AG".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Project Centurion AG
Unduh file ekstensi Project Centurion AG dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Project Centurion AG |
ID | gfmlilhophdchbdmihgdiphkkeeepecj |
URL Resmi | https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj |
Deskripsi | Project Centurion AG |
Ukuran File | 18.17 KB |
Jumlah Instalasi | 3,610 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2019-07-09 |
Tanggal Publikasi | 2019-07-08 |
Penilaian | 3.67/5 Total 12 Penilaian |
Pengembang | https://projectcenturion.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://projectcenturion.com/sg |
Bahasa yang Didukung | 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" } } |