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" ] } } |