OLX.pt View
Contador de view para olx.pt
什么是OLX.pt View?
OLX.pt View是由Luis Pimenta开发的Chrome扩展程序,该扩展的主要功能是“Contador de view para olx.pt”。
扩展截图
下载OLX.pt View扩展crx文件
下载OLX.pt View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extensão para informar quantas views existe para cada item da listagem da Olx.pt 扩展基本信息
| 名称 | |
| ID | ibfbipdiojmokomkicahfiphanijfdjp |
| 官方URL | https://chromewebstore.google.com/detail/olxpt-view/ibfbipdiojmokomkicahfiphanijfdjp |
| 简介 | Contador de view para olx.pt |
| 文件大小 | 61.34 KB |
| 安装次数 | 167 |
| 当前版本 | 0.0.4 |
| 更新时间 | 2021-10-12 |
| 上架时间 | 2021-07-22 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Luis Pimenta |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |