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

prioritize-giveaways/cache-app-data #28

Closed ZakHerman closed 6 years ago

ZakHerman commented 6 years ago

Added support for chrome local storage to store data about each app/package including; id, trading cards availability, app type, list of ids in a package, timestamp, and version of autojoin it was updated on. It checks every autojoin update or once a week for new data from steam api. Enters highest level giveaways first. New settings to hide/prioritize/ignore giveaways including trading cards, whitelist, wishlist, region locked giveaways.

ge-ku commented 6 years ago

Very cool. But it misses a couple of previous commits, can you base it on the latest version available now, please?

This is a minor thing, major one is "://steamcommunity.com/profiles/" permission, this will disable extension for everyone and will force them to agree to this new permission. I'd like to avoid it, maybe by using optional_permissions and ask for this permission only when user enables it in settings? Can you please fix the first issue (basing your commit on latest version) and, if possible, use linter? And then we can think about approaching permission granting problem.