Borderlands SHiFT Code

Copy the latest Borderlands SHiFT code to your clipboard

Borderlands SHiFT Code란 무엇입니까?

Borderlands SHiFT Code은(는) Mario Uher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the latest Borderlands SHiFT code to your clipboard"입니다.

확장 프로그램 스크린샷

Borderlands SHiFT Code 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to copy the latest Borderlands SHiFT code of the platform of your choice directly to your clipboard and save a few seconds of your precious life!

It will also notify you about new SHiFT codes once they are posted on Twitter.

Borderlands and SHiFT are trademarks of Gearbox Software, LLC.                    

확장 프로그램 기본 정보

이름 Borderlands SHiFT Code Borderlands SHiFT Code
ID dnlfokkjdfiniafbclgfjfdlfamdlpln
공식 URL https://chromewebstore.google.com/detail/borderlands-shift-code/dnlfokkjdfiniafbclgfjfdlfamdlpln
설명 Copy the latest Borderlands SHiFT code to your clipboard
파일 크기 11.29 KB
설치 횟수 334
현재 버전 1.4
최근 업데이트 2019-08-18
출시 날짜 2019-08-17
평점 4.57/5 총 7 개의 평점
개발자 Mario Uher
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ream88/shift-code
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Borderlands SHiFT Code",
    "short_name": "SHiFT Code",
    "version": "1.4",
    "description": "Copy the latest Borderlands SHiFT code to your clipboard",
    "author": "Mario Uher",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "browser_action": [],
    "permissions": [
        "alarms",
        "clipboardWrite",
        "notifications",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{1fabde62-ce32-45d4-b08c-48e7da249491}"
        }
    }
}