Bitlanders
Bitlanders - Where Social Media meets the Gaming Universe
Bitlandersคืออะไร?
Bitlanders เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.bitlanders.com และคุณลักษณะหลักของมันคือ "Bitlanders - Where Social Media meets the Gaming Universe"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitlanders
ดาวน์โหลดไฟล์ส่วนขยาย Bitlanders ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
bitLanders is an Influencer’s RPG (Role Play Game) designed in Italy and developed in New York City, an Ecosystem with 330,000 influencers who engage 125 million viewers organically with visual media, written content, and native advertising. bitLanders is a parallel universe that merges Avatars, Bitcoin, Facebook, Twitter, YouTube, and WordPress into one global platform. bitLanders users can build their own unique digital celebrity with customizable Avatars that have access to premium wardrobes, hairstyles, and accessories. bitLanders embraces the traditional advertising markets of the USA, Canada and Europe, in addition to the frontiers of Indonesia, Pakistan, Mexico, Afghanistan, and Vietnam. bitLanders ranks influencers and content creators based on their BuzzScore, a proprietary algorithm that measures the influencers’ engagement, content quality, and their reach and influence to bitLanders’ larger audience of 125 million users. The currency of bitLanders is Bitcoin, the global digital currency. Users have the ability to exchange their Bitcoin rewards for gift cards, avatar accessories and other items through the bitLanders'’online shop.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhifmejmeamaiagbfooaomkoedoefchj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bitlanders/dhifmejmeamaiagbfooaomkoedoefchj |
คำอธิบาย | Bitlanders - Where Social Media meets the Gaming Universe |
ขนาดไฟล์ | 17.29 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-10-24 |
วันที่เผยแพร่ | 2014-10-24 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | http://www.bitlanders.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.bitlanders.com |
URL หน้าช่วยเหลือ | http://www.bitlanders.com/pages/faq |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitlanders", "description": "Bitlanders - Where Social Media meets the Gaming Universe", "version": "1.0", "icons": { "128": "128.png" }, "permissions": [ "tabs" ], "short_name": "Bitlanders", "homepage_url": "http:\/\/www.bitlanders.com\/", "browser_action": { "default_icon": "128.png", "default_title": "Bitlanders" }, "background": { "scripts": [ "background.js" ] } } |