GearSnyper
Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.
Qu'est-ce que GearSnyper ?
GearSnyper est une extension Chrome développée par https://www.gearsnyper.com, et sa fonction principale est "Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GearSnyper
Téléchargez les fichiers d'extension GearSnyper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | GearSnyper |
ID | pbegcjplimfhhpfmeinibngbldedckjc |
URL Officiel | https://chromewebstore.google.com/detail/gearsnyper/pbegcjplimfhhpfmeinibngbldedckjc |
Description | Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired. |
Taille du Fichier | 569 KB |
Nombre d'Installations | 89 |
Version Actuelle | 1.5.2 |
Dernière Mise à Jour | 2014-02-14 |
Date de Publication | 2014-02-13 |
Évaluation | 4.18/5 Total 11 Évaluations |
Développeur | https://www.gearsnyper.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.gearsnyper.com |
URL de la Page d'Aide | http://www.gearsnyper.com/chrome |
Langues Prises en Charge | 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" ] } } |