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ファイルをダウンロード

Borderlands SHiFT Code拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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}"
        }
    }
}