GearSnyper
Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.
Что такое GearSnyper?
GearSnyper - это расширение Chrome, разработанное https://www.gearsnyper.com, и его основная функция - "Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.".
Снимки экрана расширения
Скачать файл CRX расширения GearSnyper
Скачайте файлы расширений GearSnyper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | GearSnyper |
ID | pbegcjplimfhhpfmeinibngbldedckjc |
Официальный URL | https://chromewebstore.google.com/detail/gearsnyper/pbegcjplimfhhpfmeinibngbldedckjc |
Описание | Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired. |
Размер файла | 569 KB |
Количество установок | 89 |
Текущая Версия | 1.5.2 |
Последнее Обновление | 2014-02-14 |
Дата публикации | 2014-02-13 |
Рейтинг | 4.18/5 Всего 11 оценок |
Разработчик | https://www.gearsnyper.com |
Тип оплаты | free |
Официальный сайт расширения | http://www.gearsnyper.com |
URL страницы помощи | http://www.gearsnyper.com/chrome |
Поддерживаемые языки | 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" ] } } |