OLX.pt View
Contador de view para olx.pt
What is OLX.pt View?
OLX.pt View is a Chrome extension developed by Luis Pimenta, and its main feature is "Contador de view para olx.pt".
Extension Screenshots
Download OLX.pt View Extension CRX File
Download OLX.pt View 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
Extensão para informar quantas views existe para cada item da listagem da Olx.pt
Extension Basic Information
Name | OLX.pt View |
ID | ibfbipdiojmokomkicahfiphanijfdjp |
Official URL | https://chromewebstore.google.com/detail/olxpt-view/ibfbipdiojmokomkicahfiphanijfdjp |
Description | Contador de view para olx.pt |
File Size | 61.34 KB |
Installation Count | 167 |
Current Version | 0.0.4 |
Last Updated | 2021-10-12 |
Publish Date | 2021-07-22 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Luis Pimenta |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.4", "name": "OLX.pt View", "description": "Contador de view para olx.pt", "author": "Luis Fernando Pimenta", "browser_action": { "default_title": "OLX.pt View", "default_popup": "index.html", "default_icon": "icon.png" }, "background": { "scripts": [ "jquery-3.6.0.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*.olx.pt\/*", "https:\/\/*.olx.pt\/*" ], "js": [ "jquery-3.6.0.min.js", "olx.js" ] } ] } |