Megapolis GiftHelper

Helper for managing gifts in Megapolis

Megapolis GiftHelper란 무엇입니까?

Megapolis GiftHelper은(는) tehom2000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Helper for managing gifts in Megapolis"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Development has stopped on this.  See the included FAQ for why.

If you play Megapolis on Facebook, you will love this utility.

You like playing Megapolis and you have many neighbors, but gifting them all takes too long, and it's a lot of work to satisfy everybody.

It's also hard to keep track of which neighbors are gifting you back.  Somehow you don't get anywhere near as many gifts as you send.  So a lot of your neighbors aren't gifting you back, but which ones?

GiftHelper automatically calculates an optimum gifting list.  Typically it satisfies 90% of your active neighbors on the first gifting period, and everybody else on the second period.  Very customizable; you have total control over what it does.  Or click the 1-click gift button and *bang*, it's done.

GiftHelper also tracks which neighbors gifted you, and records whether the gift is on your wishlist, was recently on your wishlist, or just wasn't.  It calculates a gifting score from the accumulated data, and in a few days it's obvious who's gifting you back with assets you want and who isn't.                    

확장 프로그램 기본 정보

이름 Megapolis GiftHelper Megapolis GiftHelper
ID phdlcpoiomigdhpohbiikpkicpjhfgdn
공식 URL https://chromewebstore.google.com/detail/megapolis-gifthelper/phdlcpoiomigdhpohbiikpkicpjhfgdn
설명 Helper for managing gifts in Megapolis
파일 크기 130 KB
설치 횟수 156
현재 버전 0.0.15
최근 업데이트 2015-02-27
출시 날짜 2015-02-27
평점 4.63/5 총 52 개의 평점
개발자 tehom2000
결제 유형 free
도움말 페이지 URL https://www.facebook.com/megapolisgifthelper
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Megapolis GiftHelper",
    "short_name": "GiftHelper",
    "version": "0.0.15",
    "manifest_version": 2,
    "description": "Helper for managing gifts in Megapolis",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "browser_action": {
        "default_title": "Gifting helper for Megapolis",
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        }
    },
    "background": {
        "scripts": [
            "defaults.js",
            "Friend.js",
            "GiftAvail.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/city-fb.socialquantum.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "https:\/\/*.socialquantum.com\/",
        "storage"
    ]
}