Perfectniper.com
aukro/eBay/Allegro extension
What is Perfectniper.com?
Perfectniper.com is a Chrome extension developed by https://www.snajper.net, and its main feature is "aukro/eBay/Allegro extension".
Extension Screenshots
Download Perfectniper.com Extension CRX File
Download Perfectniper.com extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Snajper aukcyjny pomaga wygrywać aukcje Allegro i eBay licytując w ostatnich sekundach. Dodatek do przeglądarki ułatwia ustawianie strzałów do wybranych aukcji. Pozwala także ustawić powiadomienia o nowych aukcjach szukanych przez użytkownika. Dodatek sprawia, że w czasie przeglądania Allegro/ebay na stronie wyświetlą się dodatkowe klawisz (screen). Wystarczy kliknąć, aby szybko ustawić strzał do wybranej aukcji.
Extension Basic Information
Name | Perfectniper.com |
ID | lkkgibokilimpjabpaelbdpnpffbbmek |
Official URL | https://chromewebstore.google.com/detail/perfectnipercom/lkkgibokilimpjabpaelbdpnpffbbmek |
Description | aukro/eBay/Allegro extension |
File Size | 45.31 KB |
Installation Count | 1,081 |
Current Version | 2.3.2 |
Last Updated | 2023-10-01 |
Publish Date | 2018-12-20 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://www.snajper.net |
[email protected] | |
Payment Type | free |
Extension Website | https://www.snajper.net |
Help Page URL | https://www.snajper.net/help.php |
Privacy Policy Page URL | https://www.snajper.net/help.php?id=gwarancja-poufnosci |
Supported Languages | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "2.3.2", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "pl", "content_scripts": [ { "matches": [ "http:\/\/allegro.pl\/*", "http:\/\/aukro.cz\/*", "http:\/\/aukro.ua\/*", "http:\/\/molotok.ru\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "contentscript.js", "popup.js" ], "run_at": "document_end" } ], "author": "www.snajper.net", "options_ui": { "page": "options.html" }, "host_permissions": [ "http:\/\/allegro.pl\/*", "http:\/\/aukro.cz\/*", "http:\/\/aukro.ua\/*", "http:\/\/molotok.ru\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "tabs", "storage", "cookies", "alarms" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "logo.png", "48": "logo.png", "128": "logo.png" } } |