ge-ku / AutoJoin-for-SteamGifts

Automatically enters giveaways from Steamgifts.com
https://chrome.google.com/webstore/detail/autojoin-for-steamgifts/bchhlccjhoedhhegglilngpbnldfcidc
GNU General Public License v2.0
105 stars 22 forks source link

Add setting to configure delay on autojoin, joining speed fix #21

Closed tkulpa closed 6 years ago

tkulpa commented 6 years ago

I had problem after MinCost being introduced that i could wait like half minute before entering first giveaway. This PR fixes it and introduce new setting, delay configuration variable for autojoin with some random offset

ge-ku commented 6 years ago

Cool! There's however no need to set default value for Delay in chrome.runtime.onInstalled as you already set it to be 10 in chrome.storage.sync.get when no value is stored.