OLX.pt View

Contador de view para olx.pt

Wat is OLX.pt View?

OLX.pt View is een Chrome-extensie ontwikkeld door Luis Pimenta, en de belangrijkste functie is "Contador de view para olx.pt".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie OLX.pt View

Download OLX.pt View-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extensão para informar quantas views existe para cada item da listagem da Olx.pt                    

Basisinformatie over de Extensie

Naam OLX.pt View OLX.pt View
ID ibfbipdiojmokomkicahfiphanijfdjp
Officiële URL https://chromewebstore.google.com/detail/olxpt-view/ibfbipdiojmokomkicahfiphanijfdjp
Beschrijving Contador de view para olx.pt
Bestandsgrootte 61.34 KB
Aantal Installaties 167
Huidige Versie 0.0.4
Laatst Bijgewerkt 2021-10-12
Publicatiedatum 2021-07-22
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Luis Pimenta
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}