Nath Finanças Anti Falhas
Segura esse impulso porque a Nath Finanças tá de olho, viu?!
What is Nath Finanças Anti Falhas?
Nath Finanças Anti Falhas is a Chrome extension developed by Nathaly Bispo, and its main feature is "Segura esse impulso porque a Nath Finanças tá de olho, viu?!".
Extension Screenshots
Download Nath Finanças Anti Falhas Extension CRX File
Download Nath Finanças Anti Falhas 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
É hora de manter o escorpião no bolso 💸 Com essa extensão, sempre que for comprar numa loja on-line, você vai ver a Nath questionar se realmente é necessário fazer essa compra. Caso seja preciso gastar mesmo, sem problemas, você poderá se confessar no Twitter e dizer pra Nath que falhou. O app é uma brincadeira e só serve pra te lembrar de pensar duas vezes antes de se endividar por aí. Curtiu a ideia? Então instale a extensão e deixe a Nath orgulhosa!
Extension Basic Information
Name | Nath Finanças Anti Falhas |
ID | icipjgjfoichpocaigmhoaaobbjhongo |
Official URL | https://chromewebstore.google.com/detail/nath-finan%C3%A7as-anti-falhas/icipjgjfoichpocaigmhoaaobbjhongo |
Description | Segura esse impulso porque a Nath Finanças tá de olho, viu?! |
File Size | 799 KB |
Installation Count | 3,550 |
Current Version | 1.0.2 |
Last Updated | 2022-03-04 |
Publish Date | 2020-05-30 |
Rating | 5.00/5 Total 14 Ratings |
Developer | Nathaly Bispo |
[email protected] | |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Nath Finan\u00e7as Anti Falhas", "version": "1.0.2", "description": "Segura esse impulso porque a Nath Finan\u00e7as t\u00e1 de olho, viu?!", "manifest_version": 2, "permissions": [], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "icons": { "16": "images\/nath_16.png", "32": "images\/nath_32.png", "48": "images\/nath_48.png", "128": "images\/nath_128.png" }, "web_accessible_resources": [ "images\/nath_warning.png", "html\/modal.html" ], "content_scripts": [ { "matches": [ "https:\/\/www.americanas.com.br\/produto\/*", "https:\/\/www.submarino.com.br\/produto\/*", "https:\/\/www.shoptime.com.br\/produto\/*", "https:\/\/www.magazineluiza.com.br\/*\/p\/*", "https:\/\/produto.mercadolivre.com.br\/MLB-*", "https:\/\/www.casasbahia.com.br\/*", "https:\/\/www.netshoes.com.br\/*", "https:\/\/www.carrefour.com.br\/*", "https:\/\/www.fastshop.com.br\/*", "https:\/\/www.pontofrio.com.br\/*", "https:\/\/www.pontofrio.com.br\/*\/*\/*", "https:\/\/www.extra.com.br\/*\/*\/*", "https:\/\/www.dafiti.com.br\/*", "https:\/\/www.saraiva.com.br\/*\/p*", "https:\/\/www.amazon.com.br\/*" ], "css": [ "css\/style.css", "css\/jquery-ui.min.css" ], "js": [ "js\/jquery.js", "js\/jquery-ui.min.js", "js\/contentScript.js" ], "run_at": "document_end" } ] } |