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": "Morcegator - Slack Off", "version": "1.0", "description": "Morcegue sem olhares maldosos. Perfect for slacking off without suspicious looks. By miplle.com", "permissions": [ "scripting", "storage", "contextMenus", "tabs" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Morcegator" }, "icons": { "16": "icons\/16x16_morcegator_slack_off_miplle_icon.png", "32": "icons\/32x32_morcegator_slack_off_miplle_icon.png", "48": "icons\/48x48_morcegator_slack_off_miplle_icon.png", "128": "icons\/128x128_morcegator_slack_off_miplle_icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/oantagonista.com.br\/*" ], "js": [ "close_popup.js" ], "run_at": "document_idle" } ] }