Project Centurion AG
Project Centurion AG
ما هو Project Centurion AG؟
Project Centurion AG هو إضافة Chrome تم تطويرها بواسطة https://projectcenturion.com، والميزة الرئيسية لها هي "Project Centurion AG".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Project Centurion AG
قم بتنزيل ملفات الامتداد Project Centurion AG بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |