OLX Assistant
Допоможе вам у пошуку на сайті
What is OLX Assistant?
OLX Assistant is a Chrome extension developed by rabnositkamni, and its main feature is "Допоможе вам у пошуку на сайті".
Extension Screenshots
Download OLX Assistant Extension CRX File
Download OLX Assistant 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
Допоможе вам у пошуку на сайті. Доступнi такi функції: - Приховати ТОП оголошення - Вiдображати лише пошуковий запит v0.6 - Виправлення помилок пiсля оновлення сайту.
Extension Basic Information
Name | OLX Assistant |
ID | pcepopnalijgmcnpedokhgandidkmdjg |
Official URL | https://chromewebstore.google.com/detail/olx-assistant/pcepopnalijgmcnpedokhgandidkmdjg |
Description | Допоможе вам у пошуку на сайті |
File Size | 1.01 MB |
Installation Count | 63 |
Current Version | 0.6 |
Last Updated | 2024-01-29 |
Publish Date | 2023-05-10 |
Rating | 5.00/5 Total 3 Ratings |
Developer | rabnositkamni |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |