GearSnyper
Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.
Hvad er GearSnyper?
GearSnyper er en Chrome-udvidelse udviklet af https://www.gearsnyper.com, og dens hovedfunktion er "Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.".
Udvidelsesskærmbilleder
Download GearSnyper-udvidelses-CRX-fil
Download GearSnyper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Get fired from your job because you spent all day on BonkTown? Instead of pissing the day away waiting for that !@#$! jersey that matches the bibs you just blew your last paycheck on you can let Gear Snyper do the watching and waiting. Rejoice. GearSnyper monitors BonkTown.com, ChainLove.com, and WhiskeyMilitia.com and 35 other deal sites for you so that you never miss a deal again. Enable 'Show me Everything' if you want to see every deal or enter keywords to search for exactly what you "need" and never be bothered again unless the perfect item shows up. Select all the sites or just the ones you like. If you have any questions, need help or have ideas let us know at: http://www.gearsnyper.com/chrome
Grundlæggende oplysninger om udvidelsen
Navn | GearSnyper |
ID | pbegcjplimfhhpfmeinibngbldedckjc |
Officiel URL | https://chromewebstore.google.com/detail/gearsnyper/pbegcjplimfhhpfmeinibngbldedckjc |
Beskrivelse | Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired. |
Filstørrelse | 569 KB |
Antal Installationer | 89 |
Nuværende Version | 1.5.2 |
Senest Opdateret | 2014-02-14 |
Udgivelsesdato | 2014-02-13 |
Bedømmelse | 4.18/5 Samlet 11 Bedømmelser |
Udvikler | https://www.gearsnyper.com |
Betalingsmetode | free |
Udvidelseswebsted | http://www.gearsnyper.com |
Hjælpeside-URL | http://www.gearsnyper.com/chrome |
Understøttede Sprog | en |
manifest.json | |
{ "name": "GearSnyper", "version": "1.5.2", "manifest_version": 2, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "description": "Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png" }, "permissions": [ "notifications", "storage", "unlimitedStorage", "http:\/\/*.backcountry.com\/*", "http:\/\/*.chainlove.com\/*", "http:\/\/*.steepandcheap.com\/*", "http:\/\/*.whiskeymilitia.com\/*", "http:\/\/*.gearsnyper.com\/*", "http:\/\/*.gearslash.com\/*", "http:\/\/*.scene7.com\/*", "http:\/\/*.imageg.net\/*", "http:\/\/*.warehouseskateboards.com\/*", "http:\/\/*.dogfunk.com\/*", "http:\/\/*.shop-denali.com\/*", "http:\/\/*.leftlanesports.com\/*", "http:\/\/*.departmentofgoods.com\/*", "http:\/\/*.avlws.com\/*", "http:\/\/*.rockymountaintrail.com\/*", "http:\/\/*.camofire.com\/*", "http:\/\/*.s3.amazonaws.com\/*", "http:\/\/*.getzs.com\/*", "http:\/\/*.peterglenn.com\/*", "http:\/\/*.stpost.com\/*", "http:\/\/*.gearx.com\/*", "http:\/\/*.proboardshop.com\/*", "http:\/\/*.rockcreek.com\/*", "http:\/\/*.tahoemountainsports.com\/*" ], "web_accessible_resources": [ "images\/icons\/800ski-shop.png", "images\/icons\/derailed.png", "images\/icons\/giantnerd.png", "images\/icons\/mpgear.png", "images\/icons\/steepandcheap.png", "images\/icons\/allsportprotection.png", "images\/icons\/dogfunk.png", "images\/icons\/golite.png", "images\/icons\/omcgear.png", "images\/icons\/stio.png", "images\/icons\/backcountry.png", "images\/icons\/easternmountainsports.png", "images\/icons\/hitec.png", "images\/icons\/peterglennski&sports.png", "images\/icons\/tahoe_mountain_sports.png", "images\/icons\/camofire.png", "images\/icons\/eddiebauer.png", "images\/icons\/hucknroll.png", "images\/icons\/proboardshop.png", "images\/icons\/tahoemountainsports.png", "images\/icons\/campbound.png", "images\/icons\/fanatics.png", "images\/icons\/inlineskates.png", "images\/icons\/ramseyoutdoor.png", "images\/icons\/theflipflopper.png", "images\/icons\/chainlove.png", "images\/icons\/fishwest.png", "images\/icons\/isisforwomen.png", "images\/icons\/realcyclist.png", "images\/icons\/trailblazer.png", "images\/icons\/christysports.png", "images\/icons\/gearslash.png", "images\/icons\/jensonusa.png", "images\/icons\/rockcreek.png", "images\/icons\/trivillage.png", "images\/icons\/competitivecyclist.png", "images\/icons\/geartrade.png", "images\/icons\/leftlanesports.png", "images\/icons\/rockymountaintrail.png", "images\/icons\/warehouseskateboards.png", "images\/icons\/denali.png", "images\/icons\/gearx.png", "images\/icons\/masseysoutfitters.png", "images\/icons\/sierratradingpost.png", "images\/icons\/whiskeymilitia.png", "images\/icons\/departmentofgoods.png", "images\/icons\/getzs.png", "images\/icons\/mountainsplus.png", "images\/icons\/skis.png", "images\/icons\/avidmaxoutfitters.png" ], "background": { "scripts": [ "plugins\/jquery\/js\/jquery.js", "plugins\/jquery\/js\/jquery.md5.js", "plugins\/underscore.js", "utils.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "GearSnyper", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "css": [ "css\/popup.css", "plugins\/checkswitch\/checkswitch.css" ] } } |