Project Centurion AG

Project Centurion AG

Project Centurion AGคืออะไร?

Project Centurion AG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://projectcenturion.com และคุณลักษณะหลักของมันคือ "Project Centurion AG"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Project Centurion AG

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Project Centurion AG Project Centurion AG
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"
    }
}