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 |
| 官方網址 | 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"
}
} | |