GearSnyper
Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.
¿Qué es GearSnyper?
GearSnyper es una extensión de Chrome desarrollada por https://www.gearsnyper.com, y su función principal es "Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión GearSnyper
Descarga archivos de extensión GearSnyper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | GearSnyper |
ID | pbegcjplimfhhpfmeinibngbldedckjc |
URL Oficial | https://chromewebstore.google.com/detail/gearsnyper/pbegcjplimfhhpfmeinibngbldedckjc |
Descripción | Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired. |
Tamaño del Archivo | 569 KB |
Cantidad de Instalaciones | 89 |
Versión Actual | 1.5.2 |
Última Actualización | 2014-02-14 |
Fecha de Publicación | 2014-02-13 |
Calificación | 4.18/5 Total de 11 Calificaciones |
Desarrollador | https://www.gearsnyper.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://www.gearsnyper.com |
URL de la Página de Ayuda | http://www.gearsnyper.com/chrome |
Idiomas Soportados | 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" ] } } |