Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Limpar p\u00e1ginas - P\u00e1gina Limpa - Leitura Simples - Miplle", "version": "1.9", "description": "Limpar p\u00e1ginas de not\u00edcias e simplificar a leitura com um clique. Desenvolvido pela miplle.", "permissions": [ "scripting" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/eye_open_16.png", "32": "icons\/eye_open_32.png", "48": "icons\/eye_open_48.png", "128": "icons\/eye_open_128.png" } }, "icons": { "16": "icons\/eye_open_16.png", "32": "icons\/eye_open_32.png", "48": "icons\/eye_open_48.png", "128": "icons\/eye_open_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/oantagonista.com.br\/*" ], "js": [ "close_popup.js" ], "run_at": "document_idle" } ] }