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
官方網址 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}"
        }
    }
}