Allegro - jump to not promoted offers

Simple search for first not promoted offers in results on Allegro

What is Allegro - jump to not promoted offers?

Allegro - jump to not promoted offers is a Chrome extension developed by Piotr Kochan, and its main feature is "Simple search for first not promoted offers in results on Allegro".

Extension Screenshots

screenshot

Download Allegro - jump to not promoted offers Extension CRX File

Download Allegro - jump to not promoted offers 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

                        Ten plugin umożliwia na łatwe wyszukiwanie ofert niepromowanych na listingach produktów Allegro.

Poszukiwacz samodzielnie przechodzi do kolejnych stron wyników wyszukiwania aż znajdzie niepromowane oferty. Strona zostaje automatycznie przeładowana i przewinięta do pierwszych niepromowanych produktów.

Jeżeli na aktualnej stronie znajdują się niepromowane produkty to strona zostanie do nich automatycznie przewinięta.

0.1.2

* ikonka podświetla się tylko wtedy, kiedy znajdujemy się na podstronie Allegro z produktami
* płynne przewijanie do wyniku
* poprawiony interfejs okienka i komunikaty

0.0.1

* pierwsza wersja                    

Extension Basic Information

Name Allegro - jump to not promoted offers Allegro - jump to not promoted offers
ID ooinfeioghgjebkpmgdkagbgmbefgdij
Official URL https://chromewebstore.google.com/detail/allegro-jump-to-not-promo/ooinfeioghgjebkpmgdkagbgmbefgdij
Description Simple search for first not promoted offers in results on Allegro
File Size 25.85 KB
Installation Count 411
Current Version 0.2.3
Last Updated 2023-06-01
Publish Date 2020-03-28
Rating 4.50/5 Total 8 Ratings
Developer Piotr Kochan
Email [email protected]
Payment Type free
Extension Website https://github.com/piotrkochan/allegro-poszukiwacz-niepromowanych
Supported Languages de,en,pl,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "32": "icons\/icon-32x32.png",
        "128": "icons\/icon-128x128.png"
    },
    "default_locale": "pl",
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/allegro.pl\/listing*",
        "https:\/\/allegro.pl\/kategoria\/*",
        "https:\/\/allegro.pl\/uzytkownik\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/allegro.pl\/listing*",
                "https:\/\/allegro.pl\/kategoria\/*",
                "https:\/\/allegro.pl\/uzytkownik\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "background": {
        "scripts": [
            "scripts\/icon-changer.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16x16.png",
            "32": "icons\/icon-32x32.png"
        },
        "default_title": "Allegro znajd\u017a niepromowane",
        "default_popup": "popup.html"
    }
}