Borderlands SHiFT Code
Copy the latest Borderlands SHiFT code to your clipboard
Borderlands SHiFT Codeคืออะไร?
Borderlands SHiFT Code เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mario Uher และคุณลักษณะหลักของมันคือ "Copy the latest Borderlands SHiFT code to your clipboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Borderlands SHiFT Code
ดาวน์โหลดไฟล์ส่วนขยาย Borderlands SHiFT Code ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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}" } } } |