Mais barato! Livrarias portuguesas

Mostra os preços de outras livrarias

Was ist Mais barato! Livrarias portuguesas?

Mais barato! Livrarias portuguesas ist eine Chrome-Erweiterung, die von Lanrutcon entwickelt wurde, und ihr Hauptmerkmal ist "Mostra os preços de outras livrarias".

Erweiterungsscreenshots

screenshot

Mais barato! Livrarias portuguesas-Erweiterungs-CRX-Datei herunterladen

Laden Sie Mais barato! Livrarias portuguesas-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Ao entrar dentro da página principal do livro, a extensão procura por outras livrarias que tenham o mesmo livro. Caso encontre uma que tenha um preço inferior é lançada uma notificação.
Pode carregar na notificação ou no preço para mais detalhes.                    

Grundlegende Informationen zur Erweiterung

Name Mais barato! Livrarias portuguesas Mais barato! Livrarias portuguesas
ID dpncdpeniakfljhgjmnapankelbcpcfm
Offizielle URL https://chromewebstore.google.com/detail/mais-barato-livrarias-por/dpncdpeniakfljhgjmnapankelbcpcfm
Beschreibung Mostra os preços de outras livrarias
Dateigröße 14.77 KB
Installationsanzahl 190
Aktuelle Version 1.3.2
Letztes Update 2023-01-05
Veröffentlichungsdatum 2020-01-08
Bewertung 4.75/5 Insgesamt 4 Bewertungen
Entwickler Lanrutcon
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/Lanrutcon/MaisBarato-LivrariasPortuguesas
Unterstützte Sprachen pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mais barato! Livrarias portuguesas",
    "version": "1.3.2",
    "description": "Mostra os pre\u00e7os de outras livrarias",
    "permissions": [
        "storage",
        "*:\/\/*.bertrand.pt\/*",
        "*:\/\/*.wook.pt\/*",
        "*:\/\/*.almedina.net\/*",
        "*:\/\/*.antigona.pt\/*",
        "*:\/\/*.portoeditora.pt\/*",
        "*:\/\/*.fnac.pt\/*",
        "*:\/\/*.leyaonline.com\/*",
        "*:\/\/*.bookdepository.com\/*"
    ],
    "icons": {
        "48": "icon.png"
    },
    "web_accessible_resources": [
        "pin.svg"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bertrand.pt\/*",
                "*:\/\/*.wook.pt\/*",
                "*:\/\/*.almedina.net\/*",
                "*:\/\/*.antigona.pt\/*",
                "*:\/\/*.portoeditora.pt\/*",
                "*:\/\/*.fnac.pt\/*",
                "*:\/\/*.leyaonline.com\/*",
                "*:\/\/*.bookdepository.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "bookstores\/bertrand.js",
                "bookstores\/wook.js",
                "bookstores\/almedina.js",
                "bookstores\/antigona.js",
                "bookstores\/portoeditora.js",
                "bookstores\/fnac.js",
                "bookstores\/leya.js",
                "bookstores\/bookdepository.js",
                "main.js"
            ]
        }
    ]
}