diff --git a/feeds.plugins.inc b/feeds.plugins.inc
index c7d5d81..fd79e29 100644
--- a/feeds.plugins.inc
+++ b/feeds.plugins.inc
@@ -166,5 +166,9 @@ function _feeds_feeds_plugins() {
       ),
     );
   }
+
+  // Allow other modules to alter the listed plugins
+  drupal_alter('feeds_plugins', $info);
+
   return $info;
 }
