Borderlands SHiFT Code

Copy the latest Borderlands SHiFT code to your clipboard

Qu'est-ce que Borderlands SHiFT Code ?

Borderlands SHiFT Code est une extension Chrome développée par Mario Uher, et sa fonction principale est "Copy the latest Borderlands SHiFT code to your clipboard".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Borderlands SHiFT Code

Téléchargez les fichiers d'extension Borderlands SHiFT Code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Borderlands SHiFT Code Borderlands SHiFT Code
ID dnlfokkjdfiniafbclgfjfdlfamdlpln
URL Officiel https://chromewebstore.google.com/detail/borderlands-shift-code/dnlfokkjdfiniafbclgfjfdlfamdlpln
Description Copy the latest Borderlands SHiFT code to your clipboard
Taille du Fichier 11.29 KB
Nombre d'Installations 334
Version Actuelle 1.4
Dernière Mise à Jour 2019-08-18
Date de Publication 2019-08-17
Évaluation 4.57/5 Total 7 Évaluations
Développeur Mario Uher
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ream88/shift-code
Langues Prises en Charge 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}"
        }
    }
}