GearSnyper
Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.
Co to jest GearSnyper?
GearSnyper to rozszerzenie Chrome opracowane przez https://www.gearsnyper.com, a jego główną funkcją jest „Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GearSnyper
Pobierz pliki rozszerzeń GearSnyper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | GearSnyper |
ID | pbegcjplimfhhpfmeinibngbldedckjc |
Oficjalny URL | https://chromewebstore.google.com/detail/gearsnyper/pbegcjplimfhhpfmeinibngbldedckjc |
Opis | Get what you want before everyone else from ChainLove, SteepAndCheap and WhiskeyMilitia without getting fired. |
Rozmiar pliku | 569 KB |
Liczba instalacji | 89 |
Aktualna Wersja | 1.5.2 |
Ostatnia Aktualizacja | 2014-02-14 |
Data Publikacji | 2014-02-13 |
Ocena | 4.18/5 Łącznie 11 Oceny |
Deweloper | https://www.gearsnyper.com |
Typ Płatności | free |
Strona Rozszerzenia | http://www.gearsnyper.com |
Adres URL Strony Pomocy | http://www.gearsnyper.com/chrome |
Obsługiwane Języki | 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" ] } } |