MangaDex Similar Manga
Similar manga recommendations for MangaDex.
O que é MangaDex Similar Manga?
MangaDex Similar Manga é uma extensão do Chrome desenvolvida por goldbattle, e sua principal característica é "Similar manga recommendations for MangaDex.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MangaDex Similar Manga
Baixe arquivos de extensão MangaDex Similar Manga no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension adds similar manga recommendations on the MangaDex website. These similar recommendations are per-manga and based on the genre and description content of each manga. The similar tab allows for discovery of manga which are similar and might be of interest if you want to see a manga with the same content. 12/04/2022 Should try to add the similar button more robustly 09/26/2022 Updated for V5 frontend rewrite! If you have any issue please open an issue on the Github repository: https://github.com/similar-manga/similar https://github.com/similar-manga/similar_chrome
Informações Básicas da Extensão
Nome | MangaDex Similar Manga |
ID | ghjofcifjnbpgfjbbnbeeipjlhnmbefl |
URL Oficial | https://chromewebstore.google.com/detail/mangadex-similar-manga/ghjofcifjnbpgfjbbnbeeipjlhnmbefl |
Descrição | Similar manga recommendations for MangaDex. |
Tamanho do Arquivo | 32.18 KB |
Contagem de Instalações | 168 |
Versão Atual | 0.3.1 |
Última Atualização | 2023-04-02 |
Data de Publicação | 2020-08-30 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | goldbattle |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/similar-manga/similar_chrome |
URL da Página de Ajuda | https://github.com/similar-manga/similar_chrome/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MangaDex Similar Manga", "version": "0.3.1", "description": "Similar manga recommendations for MangaDex.", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/mangadex.org\/*" ] } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |