Aqui tem pontos Livelo!

Olá, você na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais fácil! Vamos começar?

什么是Aqui tem pontos Livelo!?

Aqui tem pontos Livelo!是由Livelo开发的Chrome扩展程序,该扩展的主要功能是“Olá, você na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais fácil! Vamos começar?”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Aqui tem pontos Livelo!扩展crx文件

下载Aqui tem pontos Livelo!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Aqui tem pontos Livelo!

Ganhe pontos Livelo nas compras online nos principais sites de compras do Brasil

Veja como funciona:

Com o Aqui tem pontos Livelo! no seu navegador, você nunca vai esquecer que pode ganhar pontos Livelo, pois receberá uma notificação assim que acessar um site parceiro da Livelo! Depois é só utilizar seus pontos para resgatar sua recompensa!                    

扩展基本信息

名称 Aqui tem pontos Livelo! Aqui tem pontos Livelo!
ID acdpmmdcopboeimeaokoadbinndnmaep
官方URL https://chromewebstore.google.com/detail/aqui-tem-pontos-livelo/acdpmmdcopboeimeaokoadbinndnmaep
简介 Olá, você na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais fácil! Vamos começar?
文件大小 308 KB
安装次数 250,720
当前版本 0.2.2
更新时间 2023-09-06
上架时间 2020-01-02
评分 1.94/5 共78次评分
开发者 Livelo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.livelo.com.br/ganhe-pontos-aqui-tem-pontos-livelo
帮助页面URL https://www.livelo.com.br/ganhe-pontos-aqui-tem-pontos-livelo
隐私政策页面URL https://www.livelo.com.br/politica-de-privacidade
支持的语言 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.2.2",
    "name": "Aqui tem pontos Livelo!",
    "description": "Ol\u00e1, voc\u00ea na Livelo para Chrome. Acumular pontos Livelo ficou ainda mais f\u00e1cil! Vamos come\u00e7ar?",
    "icons": {
        "16": "img\/livelo16.png",
        "48": "img\/livelo48.png",
        "64": "img\/livelo64.png",
        "128": "img\/livelo128.png"
    },
    "author": "Livelo",
    "browser_action": {
        "default_title": "Aqui tem pontos Livelo!",
        "default_popup": "default.html",
        "default_icon": "img\/livelo-off.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com\/; object-src 'self'",
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "storage",
        "https:\/\/static.pontoslivelo.com.br\/content\/img\/extensao\/json\/*.*",
        "https:\/\/static.pontoslivelo.com.br\/content\/img\/extensao\/promocao\/*.*",
        "https:\/\/apis.pontoslivelo.com.br\/configurations\/v1\/parities-plugin",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/service.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "https:\/\/static.pontoslivelo.com.br\/content\/img\/extensao\/json\/parceiros_banners.json",
        "https:\/\/apis.pontoslivelo.com.br\/configurations\/v1\/parities-plugin",
        "https:\/\/www.google-analytics.com",
        "https:\/\/www.googletagmanager.com\/*.*",
        "img\/*.*",
        "fonts\/*.*"
    ]
}