iSnipe auction bidder
snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru
Was ist iSnipe auction bidder?
iSnipe auction bidder ist eine Chrome-Erweiterung, die von https://isnipe.io entwickelt wurde, und ihr Hauptmerkmal ist "snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru".
Erweiterungsscreenshots
iSnipe auction bidder-Erweiterungs-CRX-Datei herunterladen
Laden Sie iSnipe auction bidder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ggmlinpjojponlfnblijndicmmloofcf |
Offizielle URL | https://chrome.google.com/webstore/detail/isnipe-auction-bidder/ggmlinpjojponlfnblijndicmmloofcf |
Beschreibung | snipe auction items easily on eBay, Delcampe ,copart and Meshok.ru |
Dateigröße | 58.85 KB |
Installationsanzahl | 321 |
Aktuelle Version | 1.9.9 |
Letztes Update | 2019-01-31 |
Veröffentlichungsdatum | 2019-01-31 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | https://isnipe.io |
Zahlungsart | free |
Erweiterungswebsite | https://isnipe.io |
Hilfeseite URL | https://isnipe.io/faq/ |
Unterstützte Sprachen | 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 } |