Borderlands SHiFT Code

Copy the latest Borderlands SHiFT code to your clipboard

Borderlands SHiFT Code क्या है?

Borderlands SHiFT Code Mario Uher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copy the latest Borderlands SHiFT code to your clipboard"।

एक्सटेंशन स्क्रीनशॉट्स

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Borderlands SHiFT Code एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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}"
        }
    }
}