Nath Finanças Anti Falhas
Segura esse impulso porque a Nath Finanças tá de olho, viu?!
Nath Finanças Anti Falhas là gì?
Nath Finanças Anti Falhas là một tiện ích mở rộng Chrome được phát triển bởi Nathaly Bispo, và tính năng chính của nó là "Segura esse impulso porque a Nath Finanças tá de olho, viu?!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nath Finanças Anti Falhas
Tải xuống các tệp mở rộng Nath Finanças Anti Falhas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
É 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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Nath Finanças Anti Falhas |
ID | icipjgjfoichpocaigmhoaaobbjhongo |
URL Chính Thức | https://chromewebstore.google.com/detail/nath-finan%C3%A7as-anti-falhas/icipjgjfoichpocaigmhoaaobbjhongo |
Mô tả | Segura esse impulso porque a Nath Finanças tá de olho, viu?! |
Kích Thước Tệp | 799 KB |
Số Lần Cài Đặt | 3,550 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2022-03-04 |
Ngày Phát Hành | 2020-05-30 |
Đánh Giá | 5.00/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | Nathaly Bispo |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |