iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Что такое iSnipe auction bidder?
iSnipe auction bidder - это расширение Chrome, разработанное https://isnipe.io, и его основная функция - "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".
Снимки экрана расширения
Скачать файл CRX расширения iSnipe auction bidder
Скачайте файлы расширений iSnipe auction bidder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
iSnipe.io user-friendly auction sniper saves your time and money and enhances chances to win on eBay, Copart, Delcampe and Meshok seconds before the auction ends. This auction sniping extension will appear as “iSnipe” link on eBay, Copart, Delcampe and Meshok auction pages and it will allow easy access to your sniping account. By installing the extension, you agree to iSnipe.io Terms and Conditions and Privacy Policy. Copyright © 2018 iSnipe.io. All rights reserved.
Основная информация о расширении
Название | |
ID | ggmlinpjojponlfnblijndicmmloofcf |
Официальный URL | https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf |
Описание | snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru |
Размер файла | 58.85 KB |
Количество установок | 321 |
Текущая Версия | 1.9.9 |
Последнее Обновление | 2019-01-31 |
Дата публикации | 2019-01-31 |
Рейтинг | 5.00/5 Всего 6 оценок |
Разработчик | https://isnipe.io |
Тип оплаты | free |
Официальный сайт расширения | https://isnipe.io |
URL страницы помощи | https://isnipe.io/faq/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "iSnipe auction bidder", "version": "1.9.9", "description": "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "iSnipe", "default_icon": { "16": "images\/snipe.png", "32": "images\/snipe.png", "48": "images\/snipe.png", "128": "images\/snipe.png" }, "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [ "content.css" ] } ], "icons": { "16": "images\/snipe.png", "32": "images\/snipe.png", "48": "images\/snipe.png", "128": "images\/snipe.png" }, "manifest_version": 2 } |