Megapolis GiftHelper
Helper for managing gifts in Megapolis
什麼是Megapolis GiftHelper?
Megapolis GiftHelper是由tehom2000開發的Chrome擴展程式,該擴展的主要功能是“Helper for managing gifts in Megapolis”。
擴展截圖
下載Megapolis GiftHelper擴展crx文件
下載Megapolis GiftHelper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | phdlcpoiomigdhpohbiikpkicpjhfgdn |
官方網址 | 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" ] } |