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 Jun 10, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MyUCLouvain Feed Eradicator", "version": "1.1.1", "description": "Supprime le bloc d'actualit\u00e9s du dashboard MyUCLouvain parce qu'il ne sert pas \u00e0 grand chose", "content_scripts": [ { "matches": [ "https:\/\/www.uclouvain.be\/fr\/myuclouvain*", "https:\/\/www.uclouvain.be\/en\/myuclouvain*" ], "js": [ "content.js" ] } ], "action": { "default_title": "MyUCLouvain Feed Eradicator" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" } }