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 с друзьями, чтобы легко установить расширения 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"
}
} | |