Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Busca de Processos - MPMG & TJMG", "version": "3.3", "description": "Extens\u00e3o para buscar processos nos sites do MPMG e TJMG.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "tabs", "scripting", "activeTab" ], "host_permissions": [ "https:\/\/aplicacao.mpmg.mp.br\/*", "https:\/\/www4.tjmg.jus.br\/*" ] }