Allegro - jump to not promoted offers

Simple search for first not promoted offers in results on Allegro

Was ist Allegro - jump to not promoted offers?

Allegro - jump to not promoted offers ist eine Chrome-Erweiterung, die von Piotr Kochan entwickelt wurde, und ihr Hauptmerkmal ist "Simple search for first not promoted offers in results on Allegro".

Erweiterungsscreenshots

screenshot

Allegro - jump to not promoted offers-Erweiterungs-CRX-Datei herunterladen

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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Allegro - jump to not promoted offers Allegro - jump to not promoted offers
ID ooinfeioghgjebkpmgdkagbgmbefgdij
Offizielle URL https://chromewebstore.google.com/detail/allegro-jump-to-not-promo/ooinfeioghgjebkpmgdkagbgmbefgdij
Beschreibung Simple search for first not promoted offers in results on Allegro
Dateigröße 25.85 KB
Installationsanzahl 411
Aktuelle Version 0.2.3
Letztes Update 2023-06-01
Veröffentlichungsdatum 2020-03-28
Bewertung 4.50/5 Insgesamt 8 Bewertungen
Entwickler Piotr Kochan
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/piotrkochan/allegro-poszukiwacz-niepromowanych
Unterstützte Sprachen 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"
    }
}