Bitlanders
Bitlanders - Where Social Media meets the Gaming Universe
Bitlanders là gì?
Bitlanders là một tiện ích mở rộng Chrome được phát triển bởi http://www.bitlanders.com, và tính năng chính của nó là "Bitlanders - Where Social Media meets the Gaming Universe".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bitlanders
Tải xuống các tệp mở rộng Bitlanders dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dhifmejmeamaiagbfooaomkoedoefchj |
URL Chính Thức | https://chrome.google.com/webstore/detail/bitlanders/dhifmejmeamaiagbfooaomkoedoefchj |
Mô tả | Bitlanders - Where Social Media meets the Gaming Universe |
Kích Thước Tệp | 17.29 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2014-10-24 |
Ngày Phát Hành | 2014-10-24 |
Đánh Giá | 4.75/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://www.bitlanders.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.bitlanders.com |
URL Trang Trợ Giúp | http://www.bitlanders.com/pages/faq |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } } |