Borderlands SHiFT Code

Copy the latest Borderlands SHiFT code to your clipboard

Cos'è Borderlands SHiFT Code?

Borderlands SHiFT Code è un'estensione di Chrome sviluppata da Mario Uher, e la sua funzione principale è "Copy the latest Borderlands SHiFT code to your clipboard".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Borderlands SHiFT Code

Scarica i file di estensione Borderlands SHiFT Code in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Borderlands SHiFT Code Borderlands SHiFT Code
ID dnlfokkjdfiniafbclgfjfdlfamdlpln
URL Ufficiale https://chromewebstore.google.com/detail/borderlands-shift-code/dnlfokkjdfiniafbclgfjfdlfamdlpln
Descrizione Copy the latest Borderlands SHiFT code to your clipboard
Dimensione del File 11.29 KB
Conteggio Installazioni 334
Versione Corrente 1.4
Ultimo Aggiornamento 2019-08-18
Data di Pubblicazione 2019-08-17
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore Mario Uher
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ream88/shift-code
Lingue Supportate 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}"
        }
    }
}