Bitlanders

Bitlanders - Where Social Media meets the Gaming Universe

Bitlanders란 무엇입니까?

Bitlanders은(는) http://www.bitlanders.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bitlanders - Where Social Media meets the Gaming Universe"입니다.

확장 프로그램 스크린샷

screenshot

Bitlanders 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Bitlanders Bitlanders
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"
        ]
    }
}