Borderlands SHiFT Code

Copy the latest Borderlands SHiFT code to your clipboard

Was ist Borderlands SHiFT Code?

Borderlands SHiFT Code ist eine Chrome-Erweiterung, die von Mario Uher entwickelt wurde, und ihr Hauptmerkmal ist "Copy the latest Borderlands SHiFT code to your clipboard".

Erweiterungsscreenshots

Borderlands SHiFT Code-Erweiterungs-CRX-Datei herunterladen

Laden Sie Borderlands SHiFT Code-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Borderlands SHiFT Code Borderlands SHiFT Code
ID dnlfokkjdfiniafbclgfjfdlfamdlpln
Offizielle URL https://chromewebstore.google.com/detail/borderlands-shift-code/dnlfokkjdfiniafbclgfjfdlfamdlpln
Beschreibung Copy the latest Borderlands SHiFT code to your clipboard
Dateigröße 11.29 KB
Installationsanzahl 334
Aktuelle Version 1.4
Letztes Update 2019-08-18
Veröffentlichungsdatum 2019-08-17
Bewertung 4.57/5 Insgesamt 7 Bewertungen
Entwickler Mario Uher
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ream88/shift-code
Unterstützte Sprachen 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}"
        }
    }
}