Borderlands SHiFT Code
Copy the latest Borderlands SHiFT code to your clipboard
What is Borderlands SHiFT Code?
Borderlands SHiFT Code is a Chrome extension developed by Mario Uher, and its main feature is "Copy the latest Borderlands SHiFT code to your clipboard".
Extension Screenshots
Download Borderlands SHiFT Code Extension CRX File
Download Borderlands SHiFT Code extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Borderlands SHiFT Code |
ID | dnlfokkjdfiniafbclgfjfdlfamdlpln |
Official URL | https://chromewebstore.google.com/detail/borderlands-shift-code/dnlfokkjdfiniafbclgfjfdlfamdlpln |
Description | Copy the latest Borderlands SHiFT code to your clipboard |
File Size | 11.29 KB |
Installation Count | 334 |
Current Version | 1.4 |
Last Updated | 2019-08-18 |
Publish Date | 2019-08-17 |
Rating | 4.57/5 Total 7 Ratings |
Developer | Mario Uher |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ream88/shift-code |
Supported Languages | 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}" } } } |