OLX Assistant

Допоможе вам у пошуку на сайті

Cos'è OLX Assistant?

OLX Assistant è un'estensione di Chrome sviluppata da rabnositkamni, e la sua funzione principale è "Допоможе вам у пошуку на сайті".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OLX Assistant

Scarica i file di estensione OLX Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Допоможе вам у пошуку на сайті.  Доступнi такi функції:
- Приховати ТОП оголошення
- Вiдображати лише пошуковий запит

v0.6 - Виправлення помилок пiсля оновлення сайту.                    

Informazioni di Base sull'Estensione

Nome OLX Assistant OLX Assistant
ID pcepopnalijgmcnpedokhgandidkmdjg
URL Ufficiale https://chromewebstore.google.com/detail/olx-assistant/pcepopnalijgmcnpedokhgandidkmdjg
Descrizione Допоможе вам у пошуку на сайті
Dimensione del File 1.01 MB
Conteggio Installazioni 63
Versione Corrente 0.6
Ultimo Aggiornamento 2024-01-29
Data di Pubblicazione 2023-05-10
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore rabnositkamni
Email [email protected]
Tipo di Pagamento free
Lingue Supportate uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OLX Assistant",
    "short_name": "OLX Assistant",
    "description": "\u0414\u043e\u043f\u043e\u043c\u043e\u0436\u0435 \u0432\u0430\u043c \u0443 \u043f\u043e\u0448\u0443\u043a\u0443 \u043d\u0430 \u0441\u0430\u0439\u0442\u0456",
    "version": "0.6",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_title": "OLX Assistant settings",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.olx.ua\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ],
            "css": [
                "style\/style.css"
            ]
        }
    ]
}