diff --git a/extensions/comnguoinovel/icon.png b/extensions/comnguoinovel/icon.png new file mode 100644 index 0000000..0908e84 Binary files /dev/null and b/extensions/comnguoinovel/icon.png differ diff --git a/extensions/comnguoinovel/plugin.json b/extensions/comnguoinovel/plugin.json new file mode 100644 index 0000000..24434fc --- /dev/null +++ b/extensions/comnguoinovel/plugin.json @@ -0,0 +1,30 @@ +{ + "metadata": { + "name": "[APP] Cơm Nguội Novel", + "author": "kychi", + "version": 1, + "icon": "icon.png", + "source": "https://truyendichmienphi.com", + "regexp": "(www\\.)?truyendichmienphi\\.com/.*", + "description": "Đọc truyện trên app Cơm Nguội Novel\n Đọc chậm, không tải \n\n HƯỚNG DẪN CÀI CONFIG: \n Không hướng dẫn, ib để hỗ trợ", + "locale": "vi_VN", + "language": "javascript", + "type": "novel" + }, + "script": { + "home": "home.js", + "gen": "gen.js", + "genre": "genre.js", + "search": "search.js", + "detail": "detail.js", + "toc": "toc.js", + "chap": "chap.js" + }, + "config": { + "USER_TOKEN": { + "title": "Token Cơm Nguội", + "mode": "input", + "format": "multiline" + } + } +} diff --git a/extensions/comnguoinovel/plugin.zip b/extensions/comnguoinovel/plugin.zip new file mode 100644 index 0000000..421c92c Binary files /dev/null and b/extensions/comnguoinovel/plugin.zip differ