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은(는) Nirantali에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the right-click menu to activate selected steam key"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Activate Steam Key from Context Menu 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}