Project Centurion AG
Project Centurion AG
Project Centurion AGとは何ですか?
Project Centurion AGはhttps://projectcenturion.comによって開発されたChromeの拡張機能で、その主な機能は「Project Centurion AG」です。
拡張機能のスクリーンショット
Project Centurion AG拡張機能のCRXファイルをダウンロード
Project Centurion AG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | gfmlilhophdchbdmihgdiphkkeeepecj |
| 公式URL | https://chromewebstore.google.com/detail/project-centurion-ag/gfmlilhophdchbdmihgdiphkkeeepecj |
| 説明 | Project Centurion AG |
| ファイルサイズ | 18.17 KB |
| インストール数 | 3,610 |
| 現在のバージョン | 2.0 |
| 最終更新日 | 2019-07-09 |
| 公開日 | 2019-07-08 |
| 評価 | 3.67/5 合計 12 レビュー |
| 開発者 | https://projectcenturion.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://projectcenturion.com/sg |
| 対応言語 | 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"
}
} | |