Activate Steam Key from Context Menu

Use the right-click menu to activate selected steam key

Что такое Activate Steam Key from Context Menu?

Activate Steam Key from Context Menu - это расширение Chrome, разработанное Nirantali, и его основная функция - "Use the right-click menu to activate selected steam key".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Activate Steam Key from Context Menu

Скачайте файлы расширений Activate Steam Key from Context Menu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Provides a simple and convenient way to activate Steam Keys by simply selecting/mark them and then activating them via Right-Click Context Menu.

The Extension uses the newly available Steam Key Web activation and is fully automated (SSA_Auto_Accept etc.).

Simply select/mark a Steam Key, Right-Click and click on 'Activate Steam Key' in the Context Menu.

Users already needs to be logged in on Steam Web Page to work properly.

Revisions:

v1.2.1
- Removed permission for tabs because doesn't need not be requested to work

v1.2
- Selection(Key) is now URLencoded for binary safety

v1.1
- Added pattern check for Steam Key to allow users to manual correct certain keys
- Automatically remove all white spaces from key selection

v1.0
- Initial Release                    

Основная информация о расширении

Название Activate Steam Key from Context Menu Activate Steam Key from Context Menu
ID jfaclingjhpenmjnlcgiagihabfbilcb
Официальный URL https://chromewebstore.google.com/detail/activate-steam-key-from-c/jfaclingjhpenmjnlcgiagihabfbilcb
Описание Use the right-click menu to activate selected steam key
Размер файла 24.7 KB
Количество установок 1,558
Текущая Версия 1.2.1
Последнее Обновление 2022-01-06
Дата публикации 2017-09-03
Рейтинг 3.33/5 Всего 12 оценок
Разработчик Nirantali
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/K4r0qtuYNE5G4qgZ/RightClickSteamKeyActivator
URL страницы помощи https://github.com/K4r0qtuYNE5G4qgZ/RightClickSteamKeyActivator
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Activate Steam Key from Context Menu",
    "description": "Use the right-click menu to activate selected steam key",
    "version": "1.2.1",
    "permissions": [
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/skactivater.js"
        ],
        "persistent": true
    },
    "minimum_chrome_version": "6.0.472",
    "browser_action": {
        "default_icon": "images\/ico32.png"
    },
    "icons": {
        "16": "images\/ico16.png",
        "32": "images\/ico32.png",
        "48": "images\/ico48.png",
        "128": "images\/ico128.png"
    }
}