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 |
| 电子邮箱 | [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"
}
} | |