Megapolis GiftHelper

Helper for managing gifts in Megapolis

Was ist Megapolis GiftHelper?

Megapolis GiftHelper ist eine Chrome-Erweiterung, die von tehom2000 entwickelt wurde, und ihr Hauptmerkmal ist "Helper for managing gifts in Megapolis".

Erweiterungsscreenshots

screenshot

Megapolis GiftHelper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Megapolis GiftHelper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Megapolis GiftHelper Megapolis GiftHelper
ID phdlcpoiomigdhpohbiikpkicpjhfgdn
Offizielle URL https://chromewebstore.google.com/detail/megapolis-gifthelper/phdlcpoiomigdhpohbiikpkicpjhfgdn
Beschreibung Helper for managing gifts in Megapolis
Dateigröße 130 KB
Installationsanzahl 156
Aktuelle Version 0.0.15
Letztes Update 2015-02-27
Veröffentlichungsdatum 2015-02-27
Bewertung 4.63/5 Insgesamt 52 Bewertungen
Entwickler tehom2000
Zahlungsart free
Hilfeseite URL https://www.facebook.com/megapolisgifthelper
Unterstützte Sprachen 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"
    ]
}