Bitlanders
Bitlanders - Where Social Media meets the Gaming Universe
什么是Bitlanders?
Bitlanders是由http://www.bitlanders.com开发的Chrome扩展程序,该扩展的主要功能是“Bitlanders - Where Social Media meets the Gaming Universe”。
扩展截图
下载Bitlanders扩展crx文件
下载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" ] } } |