diff --git a/extensions.json b/extensions.json index cf8f1b2..e18eaeb 100644 --- a/extensions.json +++ b/extensions.json @@ -155,6 +155,17 @@ "method": "git", "directory": "xExtension-FeedTitleBuilder" }, + { + "name": "FilterTitle", + "author": "CNTools | Clemens Neubauer", + "description": "Get rid of some noise feed entries by filter keywords in title", + "version": "0.1-alpha", + "entrypoint": "FilterTitle", + "type": "system", + "url": "https://github.com/cn-tools/cntools_FreshRssExtensions", + "method": "git", + "directory": "xExtension-FilterTitle" + }, { "name": "Fixed Nav Menu", "author": "Marco Heizmann", @@ -353,6 +364,17 @@ "method": "git", "directory": "." }, + { + "name": "Remove emojis", + "author": "CNTools | Clemens Neubauer", + "description": "remove emojis in the title of newly added feed entries", + "version": "0.1-dev", + "entrypoint": "RemoveEmojis", + "type": "user", + "url": "https://github.com/cn-tools/cntools_FreshRssExtensions", + "method": "git", + "directory": "xExtension-RemoveEmojis" + }, { "name": "Share By Email", "author": "Marien Fressinaud",