r/anime Enhanced

Add functionalities to r/anime

O que é r/anime Enhanced?

r/anime Enhanced é uma extensão do Chrome desenvolvida por karl, e sua principal característica é "Add functionalities to r/anime".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão r/anime Enhanced

Baixe arquivos de extensão r/anime Enhanced 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 helps in using comment faces on the subreddits r/anime and r/manga. Users can very easily browser and search fitting faces, add text to them and include them in a comment.                    

Informações Básicas da Extensão

Nome r/anime Enhanced r/anime Enhanced
ID fpgkklfainkaakkgihcfdgeglleogkhc
URL Oficial https://chromewebstore.google.com/detail/ranime-enhanced/fpgkklfainkaakkgihcfdgeglleogkhc
Descrição Add functionalities to r/anime
Tamanho do Arquivo 41.14 KB
Contagem de Instalações 186
Versão Atual 1.4.7
Última Atualização 2019-03-23
Data de Publicação 2019-03-22
Desenvolvedor karl
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Add functionalities to r\/anime",
    "manifest_version": 2,
    "name": "r\/anime Enhanced",
    "version": "1.4.7",
    "permissions": [
        "https:\/\/shit-taste.net\/api\/*",
        "https:\/\/graphql.anilist.co\/*",
        "storage"
    ],
    "homepage_url": "https:\/\/github.com\/Chariotwheel\/ranime-Extension",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/anime\/*",
                "*:\/\/*.reddit.com\/r\/manga\/*",
                "*:\/\/*.reddit.com\/r\/ftfanime\/*",
                "*:\/\/*.reddit.com\/r\/AnimeImpressions\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "enhance.js"
            ],
            "css": [
                "enhance.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    }
}